]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-add_rallye.php
Renamed function so it might be more understandable
[mailer.git] / inc / modules / admin / what-add_rallye.php
index 0ff22a2c0d6bfa2fa8e9a1eb65b6df50849121d9..aa8bc4371be037f5d0ac93526e0d19425cf5f690 100644 (file)
@@ -41,7 +41,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 } // END - if
 
 // Add description as navigation point
-addMenuDescription('admin', __FILE__);
+addYouAreHereLink('admin', __FILE__);
 
 if (isFormSent()) {
        // Generate timestamps
@@ -101,7 +101,7 @@ $content['start_month'] = addSelectionBox('month', getMonth()          , 'start'
 $content['start_year']  = addSelectionBox('year' , getYear()           , 'start');
 
 // Ending timestamp
-$endingStamp = time() + (getConfig('ONE_DAY') * 7);
+$endingStamp = time() + (getOneDay() * 7);
 
 // Ending day
 $content['end_sec']   = addSelectionBox('sec'  , 0                     , 'end');