X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=surfbar.php;h=67762880e0d9e773ce62c0b9fead5d5910f50ad3;hb=e54f72c34a247f1940db36b0196dbe0c20ee15ca;hp=cd6893f540b39400df74ce54f3ad7a11476eed68;hpb=596c8ab32594401ca84abfbfe35513ddfff31bec;p=mailer.git diff --git a/surfbar.php b/surfbar.php index cd6893f540..67762880e0 100644 --- a/surfbar.php +++ b/surfbar.php @@ -140,7 +140,7 @@ if ((isSurfbarReloadFull()) || ((!isFullPage()) && (in_array(getRequestElement(' // Prepare content $content = array( 'start' => str_repeat('X', strlen(getSurfbarRestartTime())), - 'autostart' => (isSurfbarAutoStartEnbaled()) ? 'true' : 'false' + 'autostart' => (isSurfbarAutoStartEnabled()) ? 'true' : 'false' ); // Load template for stopped surfbar @@ -188,7 +188,7 @@ if ((isSurfbarReloadFull()) || ((!isFullPage()) && (in_array(getRequestElement(' // Then prepare other content $content = array( 'url_id' => $nextId, - 'xxx' => str_repeat('X', strlen(gerSurfbarReloadTime($nextId))), + 'xxx' => str_repeat('X', strlen(getSurfbarWaitingTime($nextId))), ); // Update salt (double-call lock!) and statistics