diff options
author | Dries Buytaert <dries@buytaert.net> | 2000-12-10 16:22:50 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2000-12-10 16:22:50 +0000 |
commit | e8ea2ab88ec843905f307566a1e576f87a3d65ef (patch) | |
tree | 0f3403a09ac47ea86fa6aea4b05676ead8c24dfc /includes/user.inc | |
parent | 2a4c9cc97ba42107e55637dfc549c80c02238246 (diff) | |
download | brdo-e8ea2ab88ec843905f307566a1e576f87a3d65ef.tar.gz brdo-e8ea2ab88ec843905f307566a1e576f87a3d65ef.tar.bz2 |
- large batch of updated files featuring various changes: big, small and
new stuff!
Diffstat (limited to 'includes/user.inc')
-rw-r--r-- | includes/user.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/user.inc b/includes/user.inc index 0db582121..75bd5cfaf 100644 --- a/includes/user.inc +++ b/includes/user.inc @@ -71,4 +71,8 @@ function user_setHistory(&$user, $field, $value) { db_query($query); } +function user_clean() { + // todo - called by cron job +} + ?> |