From 28a082f102fe578ed3eb121bc772ca60f5c9785e Mon Sep 17 00:00:00 2001 From: tjhunt Date: Wed, 21 Nov 2007 16:28:45 +0000 Subject: [PATCH] Fix typo. --- admin/cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/cron.php b/admin/cron.php index ba149b4cfd..ffff0a8238 100644 --- a/admin/cron.php +++ b/admin/cron.php @@ -521,7 +521,7 @@ $difftime = microtime_diff($starttime, microtime()); mtrace("Execution took ".$difftime." seconds"); -/// finishe the IE hack +/// finish the IE hack if (check_browser_version('MSIE')) { echo ""; } -- 2.39.5