X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fadmin-inc.php;h=df9eeac2674c86c6f08e0f03b12cc46d9daf16ff;hp=7f85ad4a6ffb0ae8a07215255c8fb13e3662b3a4;hb=0533bba499e23b91209b91f40737058a36f40ffe;hpb=ac44d82d5d014d6eb388813e51c34497214d76dd diff --git a/inc/modules/admin/admin-inc.php b/inc/modules/admin/admin-inc.php index 7f85ad4a6f..df9eeac267 100644 --- a/inc/modules/admin/admin-inc.php +++ b/inc/modules/admin/admin-inc.php @@ -296,7 +296,7 @@ ORDER BY $OUT .= '['; } } else { - $OUT .= ''; + $OUT .= ''; } $OUT .= $title; @@ -489,7 +489,7 @@ function adminSaveSettings (&$postData, $tableName = '_config', $whereStatement // Process only formular field but not submit buttons ;) if ($id != 'ok') { // Do not save the ok value - convertSelectionsToTimestamp($postData, $tableData, $id, $skip); + convertSelectionsToEpocheTime($postData, $tableData, $id, $skip); // Shall we process this id? It muss not be empty, of course if (($skip === false) && (!empty($id)) && ((!isset($GLOBALS['skip_config'][$id]))) || ($tableName != '_config')) { @@ -638,7 +638,11 @@ function generateUserProfileLink ($userid, $title = '', $what = 'list_user') { $nick = getNickname($userid); // Is it not empty, use it as title else the userid - if (!empty($nick)) $title = $nick . '(' . $userid . ')'; else $title = $userid; + if (!empty($nick)) { + $title = $nick . '(' . $userid . ')'; + } else { + $title = $userid; + } } // Return link @@ -1494,7 +1498,7 @@ function adminProcessMenuEditForm ($type, $subMenu) { } // Handle weightning -function doAdminProcessMenuWeightning ($type) { +function doAdminProcessMenuWeightning ($type, $AND) { // Are there all required (generalized) GET parameter? if ((isGetRequestParameterSet('act')) && (isGetRequestParameterSet('tid')) && (isGetRequestParameterSet('fid'))) { // Init variables