moan0s / ILMO

Intelligent Library Management Online - A simple Web-App for the organization of a library, the users, books, opening hours and lendings.
https://www.fs-medtech.de/bib/
GNU General Public License v3.0
1 stars 1 forks source link

Table table_token not defined during installation #72

Closed Sebastian1515 closed 3 years ago

Sebastian1515 commented 3 years ago

Warning: Use of undefined constant TABLE_TOKEN - assumed 'TABLE_TOKEN' (this will throw an Error in a future version of PHP) in C:\xampp\htdocs\ILMO4\config\db_array.inc.php on line 243

moan0s commented 3 years ago

Thanks for the fix! The usual naming scheme is only token instead of table_token. After a change I can merge the fix.

Sebastian1515 commented 3 years ago

Thanks for the fix! The usual naming scheme is only token instead of _tabletoken. After a change I can merge the fix.

Fixed in 66c4c43.