X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=surfbar.php;h=67762880e0d9e773ce62c0b9fead5d5910f50ad3;hb=4a3172d5c7a97b619ddb7958fb1c87b7272bb62b;hp=8efa7bb61ad9979f02b8e5af99bd05ba52c84e46;hpb=dffad9e811f8728d2672630a009fe2f8736c3837;p=mailer.git diff --git a/surfbar.php b/surfbar.php index 8efa7bb61a..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(getSurfbarReloadTime($nextId))), + 'xxx' => str_repeat('X', strlen(getSurfbarWaitingTime($nextId))), ); // Update salt (double-call lock!) and statistics