1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Plugin script tests and PHP8 fixes.

This commit is contained in:
Cameron
2021-01-22 13:44:10 -08:00
parent 4b0edad459
commit acc1a9af0d
62 changed files with 799 additions and 1849 deletions

View File

@@ -2367,7 +2367,7 @@ switch ($action)
show_prefs($mailAdmin);
}
break;
/*
case 'maint' :
if (getperms('0'))
{
@@ -2380,7 +2380,7 @@ switch ($action)
{
show_maint(TRUE);
}
break;
break;*/
case 'saved' : // Show template emails
case 'sent' :
@@ -2653,6 +2653,7 @@ function sendImmediately($id)
//-----------------------------------------------------------
// MAINTENANCE OPTIONS
//-----------------------------------------------------------
/*
function show_maint($debug = FALSE)
{
return;
@@ -2680,7 +2681,7 @@ function show_maint($debug = FALSE)
$ns->tablerender(ADLAN_136.SEP.ADLAN_40, $mes->render().$text);
}
*/
/*
function mailout_adminmenu()