diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-01-21 19:41:11 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-01-21 19:41:11 +0000 |
commit | ea9788853352750389307d94999ebe58991929b1 (patch) | |
tree | 50634b44ac6bf11dd346d9b6f034e415bea4b8c2 /includes/user.inc | |
parent | 7cc7b405e323f36037dab894b69d6fd739915d5d (diff) | |
download | brdo-ea9788853352750389307d94999ebe58991929b1.tar.gz brdo-ea9788853352750389307d94999ebe58991929b1.tar.bz2 |
I know, I know, it is getting nasty lately but I have another large commit after nothing but code.
This time I redid the "category"-stuff. Categories - from now on called sections - are now maintained from the admin pages, can have their own post, dump and timout thresholds as discussed earlier (some weeks ago). By tomorrow evening users will be able to enable or disable section as well - i.e. to customize the content of drop.org.
Diffstat (limited to 'includes/user.inc')
-rw-r--r-- | includes/user.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/includes/user.inc b/includes/user.inc index 4c640a7c4..6f87df47e 100644 --- a/includes/user.inc +++ b/includes/user.inc @@ -71,8 +71,4 @@ function user_setHistory(&$user, $field, $value) { db_query($query); } -function user_clean() { - // todo - called by cron job -} - ?>
\ No newline at end of file |