summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-06-11 14:09:48 +0000
committerDries Buytaert <dries@buytaert.net>2000-06-11 14:09:48 +0000
commit5c6ddd0a01579d9b88b777663c2c8196484467a8 (patch)
treed718697f4879636424c249c4c053872f1a467a61
parent130cbb719866dcbb5a704902cac989a380748494 (diff)
downloadbrdo-5c6ddd0a01579d9b88b777663c2c8196484467a8.tar.gz
brdo-5c6ddd0a01579d9b88b777663c2c8196484467a8.tar.bz2
Bugfix:
* Temporary bugfix to fix a problem with UnConeD's theme. Don't worry, it's because some changes I made ... which should be fixed now. Note: * Btw, has someone bothered to scale the calendar.class.php to fit nicely in IE (Windows)? Please do. ;-)
-rw-r--r--functions.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.inc b/functions.inc
index 3cf00b0a3..464835a1c 100644
--- a/functions.inc
+++ b/functions.inc
@@ -191,7 +191,7 @@ function displayAccount($theme) {
if ($user) {
### Display account settings:
- $content .= "<LI><A HREF=\"submission.php\">moderate submissions</A> (". submission_count() .")</LI>";
+// $content .= "<LI><A HREF=\"submission.php\">moderate submissions</A> (". submission_count() .")</LI>";
$theme->box("$user->userid's account", "$content");
}
}