From: dongsheng Date: Fri, 11 Apr 2008 05:34:23 +0000 (+0000) Subject: MDL-12662, fix undefined index(IIS) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=838c7d2969bb111ebb8ba2fca2156d43072b2f6f;p=moodle.git MDL-12662, fix undefined index(IIS) --- diff --git a/user/index.php b/user/index.php index 257b1c6fb4..7c8e76306e 100644 --- a/user/index.php +++ b/user/index.php @@ -595,7 +595,7 @@ echo '
'; echo '
'; echo ''; - echo ''; + echo ''; } if ($CFG->longtimenosee > 0 && $CFG->longtimenosee < 1000 && $totalcount > 0) {