From b1a6a5a3991cec5cd08873b01376e45d0b247f18 Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Thu, 14 Nov 2013 09:05:33 -0500
Subject: [PATCH] Cleaning up code to match coding guidelines

---
 server/cron_daily.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/server/cron_daily.php b/server/cron_daily.php
index 19fe2ad..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
 
 ?>

--
Gitblit v1.9.1