1
0
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:
camer0n
2025-02-05 16:22:03 -08:00
parent e8dc885770
commit 73d4e28040
4 changed files with 463 additions and 2 deletions

View File

@@ -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);