From 672390a289c146a34f87916561be028ca4408c41 Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 3 Jan 2009 15:16:18 -0800 Subject: [PATCH] share the error message, shimmie is based on score now after all... --- core/util.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/util.inc.php b/core/util.inc.php index d526fd04..2bf11926 100644 --- a/core/util.inc.php +++ b/core/util.inc.php @@ -126,9 +126,9 @@ function make_link($page=null, $query=null) { function version_check() { if(version_compare(PHP_VERSION, "5.0.0") == -1) { print <<