mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 23:56:58 +02:00
Issue #5382 Database change logging for Admin-UI. More to come..
This commit is contained in:
@@ -1311,6 +1311,7 @@ TEMPLATE;
|
||||
case 'blob':
|
||||
case 'mediumblob':
|
||||
case 'longblob':
|
||||
default:
|
||||
$array = array(
|
||||
'textarea' => EPL_ADLAN_208,
|
||||
'bbarea' => EPL_ADLAN_209,
|
||||
@@ -1323,8 +1324,6 @@ TEMPLATE;
|
||||
);
|
||||
break;
|
||||
|
||||
default:
|
||||
$array = [];
|
||||
}
|
||||
|
||||
// asort($array);
|
||||
|
Reference in New Issue
Block a user