X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-add_surfbar_url.php;h=521ebfcdae2322d714cacd3fc7d797798e20c92b;hb=9d3e47c8ab6ff3ab7efca2a968d66a5ccf76728d;hp=5521355644dc166c6c1222c9a577c4dd76d4b63a;hpb=f97a999e0737c0007ae9c3c26dfef49f75a175ac;p=mailer.git diff --git a/inc/modules/admin/what-add_surfbar_url.php b/inc/modules/admin/what-add_surfbar_url.php index 5521355644..521ebfcdae 100644 --- a/inc/modules/admin/what-add_surfbar_url.php +++ b/inc/modules/admin/what-add_surfbar_url.php @@ -46,12 +46,12 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) { ADD_DESCR('admin', __FILE__); // Was an URL added? -if ((REQUEST_ISSET_POST(('add'))) && (REQUEST_ISSET_POST(('url')))) { +if ((REQUEST_ISSET_POST(('add'))) && (REQUEST_ISSET_POST('url'))) { // Dummy variables $DATA = array(); $id = "reload_ye"; $skip = false; // Convert the "reload selections" - CONVERT_SELECTIONS_TO_TIMESTAMP(REQUEST_POST_ARRAY(), $DATA, $id, $skip); + convertSelectionsToTimestamp(REQUEST_POST_ARRAY(), $DATA, $id, $skip); // Then add this URL if (SURFBAR_ADMIN_ADD_URL(REQUEST_POST('url'), REQUEST_POST('limit'), REQUEST_POST('reload'))) { @@ -65,7 +65,7 @@ if ((REQUEST_ISSET_POST(('add'))) && (REQUEST_ISSET_POST(('url')))) { // Prepare content for template $content = array( - 'reload' => CREATE_TIME_SELECTIONS(0, "reload", "WDhms") + 'reload' => createTimeSelections(0, "reload", "WDhms") ); // Load template