Fixed not working module deletion;
Updated language files; Updated module files and fixed a few errors; Added HTML files for modules; Fixed not working odering of modules;
This commit is contained in:
@@ -33,7 +33,8 @@ if (!$config['portal_enable'])
|
||||
}
|
||||
|
||||
$sql = 'SELECT *
|
||||
FROM ' . PORTAL_MODULES_TABLE;
|
||||
FROM ' . PORTAL_MODULES_TABLE . '
|
||||
ORDER BY module_order ASC';
|
||||
$result = $db->sql_query($sql);
|
||||
while ($row = $db->sql_fetchrow($result))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user