From 554d9b080b4be1c3ddfae75d79a0789da8c80cf2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 7 Jan 2001 19:21:28 +0000 Subject: - fixed 2 small bugs in account.php - drastically improved administration section - drastically revamped story administration: added new feature to schedule the publishing of stories - applied correct naming conventions to submission.php - fixed 1 small glitch in boxes - somewhat expanded the documentation = changed one SQL table - updated the faq with info on drupal - ... and more things I forgot about --- cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cron.php') diff --git a/cron.php b/cron.php index 1c01362db..d41e4cdd2 100644 --- a/cron.php +++ b/cron.php @@ -2,7 +2,7 @@ include "includes/common.inc"; -function cron_run($cron) { +function cron_run() { global $repository; $time = time(); -- cgit v1.2.3