From 88d47d2ce65e549ffccda213f4e53609cc75d882 Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Thu, 23 Jan 2014 05:31:58 -0500 Subject: [PATCH] Resolved differences in sql incremental files between master and stable --- server/cron_daily.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/cron_daily.php b/server/cron_daily.php index 1e0f238..a8702a8 100644 --- a/server/cron_daily.php +++ b/server/cron_daily.php @@ -1,5 +1,5 @@ <?php -# the cron daily file is no longer used and was replaced by cron.php +// the cron daily file is no longer used and was replaced by cron.php -?> \ No newline at end of file +?> -- Gitblit v1.9.1