mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 17:59:22 +02:00
Merge branch 'master' of https://github.com/slawkens/myaac
This commit is contained in:
commit
6157fdc007
2
TODO
2
TODO
@ -7,7 +7,7 @@
|
|||||||
* kathrine tickets - show/hide
|
* kathrine tickets - show/hide
|
||||||
* csrf token protection
|
* csrf token protection
|
||||||
* guild wars support like in Gesior
|
* guild wars support like in Gesior
|
||||||
* move rest of the pages to Twig: lostaccount, highscores, guilds, etc.
|
* move rest of the pages to Twig: lostaccount, highscores, etc.
|
||||||
|
|
||||||
1.0
|
1.0
|
||||||
* use Composer for additional libraries
|
* use Composer for additional libraries
|
||||||
|
@ -182,7 +182,7 @@ if(!$db->hasColumn('players', 'created')) {
|
|||||||
|
|
||||||
if(!$db->hasColumn('players', 'deleted') && !$db->hasColumn('players', 'deletion')) {
|
if(!$db->hasColumn('players', 'deleted') && !$db->hasColumn('players', 'deletion')) {
|
||||||
if(query("ALTER TABLE `players` ADD `deleted` TINYINT(1) NOT NULL DEFAULT 0;"))
|
if(query("ALTER TABLE `players` ADD `deleted` TINYINT(1) NOT NULL DEFAULT 0;"))
|
||||||
success($locale['step_database_adding_field'] . ' players.comment...');
|
success($locale['step_database_adding_field'] . ' players.deleted...');
|
||||||
}
|
}
|
||||||
|
|
||||||
if($db->hasColumn('players', 'hide_char')) {
|
if($db->hasColumn('players', 'hide_char')) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user