mirror of
https://github.com/e107inc/e107.git
synced 2025-08-31 02:00:14 +02:00
PHP8 Warning fixes.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$caption = "System Logs Help";
|
||||
if (e_QUERY) list($action,$junk) = explode('.',e_QUERY); else $action = 'list';
|
||||
if (e_QUERY) list($action,$junk) = explode('.', e_QUERY); else $action = 'list';
|
||||
|
||||
function common_filters()
|
||||
{
|
||||
|
@@ -250,6 +250,7 @@ define("LAN_AL_META_01", "Meta tags updated");
|
||||
|
||||
// Downloads
|
||||
//----------
|
||||
/*
|
||||
define("LAN_AL_DOWNL_01", "Download options changed");
|
||||
define("LAN_AL_DOWNL_02", "Download category created");
|
||||
define("LAN_AL_DOWNL_03", "Download category updated");
|
||||
@@ -265,6 +266,7 @@ define("LAN_AL_DOWNL_12", "Download mirror added");
|
||||
define("LAN_AL_DOWNL_13", "Download mirror updated");
|
||||
define("LAN_AL_DOWNL_14", "Download mirror deleted");
|
||||
define("LAN_AL_DOWNL_15", "");
|
||||
*/
|
||||
|
||||
// Custom Pages/Menus
|
||||
//-------------------
|
||||
|
Reference in New Issue
Block a user