From d4009256bf762ca61fc732f8cb167f2386086414 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 8 Sep 2008 22:20:27 +0000 Subject: [PATCH] Final fix for x length --- surfbar.php | 3 ++- templates/de/html/surfbar/surfbar_frame_top.tpl | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/surfbar.php b/surfbar.php index e17d81953b..976cd7be95 100644 --- a/surfbar.php +++ b/surfbar.php @@ -162,7 +162,8 @@ if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_install 'url' => SURFBAR_GET_URL($nextId), 'curr_reload' => SURFBAR_GET_USER_RELOAD_LOCK(), 'max_urls' => SURFBAR_GET_TOTAL_URLS(), - 'reload' => SURFBAR_GET_RELOAD_TIME($nextId) + 'reload' => SURFBAR_GET_RELOAD_TIME($nextId), + 'xxx' => str_repeat("X", strlen(SURFBAR_GET_RELOAD_TIME($nextId))) ); // Update salt (double-call lock!) and statistics diff --git a/templates/de/html/surfbar/surfbar_frame_top.tpl b/templates/de/html/surfbar/surfbar_frame_top.tpl index 5da82c3da3..957f122c18 100644 --- a/templates/de/html/surfbar/surfbar_frame_top.tpl +++ b/templates/de/html/surfbar/surfbar_frame_top.tpl @@ -2,7 +2,7 @@ »$content[reward] {!POINTS!} in - X $content[xxx] Sekunden« »$content[curr_reload] von $content[max_urls] im Reload«
-- 2.30.2