mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Remove some references to deprecated functions/methods.
This commit is contained in:
@@ -292,7 +292,7 @@ class db_table_admin
|
||||
{
|
||||
$def .= ' default '.$list['default'];
|
||||
}
|
||||
if (varsettrue($list['autoinc']))
|
||||
if (vartrue($list['autoinc']))
|
||||
{
|
||||
$def .= ' auto_increment';
|
||||
}
|
||||
|
Reference in New Issue
Block a user