From: tcopeland <> Date: Tue, 6 May 2003 16:11:36 +0000 (+0000) Subject: fixed bug #262: First line of CVS cron .php files need -q to prevent cron mail on... X-Git-Tag: soapclient_rc2~14 X-Git-Url: https://scm.fusionforge.org/anonscm/gitweb?p=fusionforge%2Ffusionforge.git;a=commitdiff_plain;h=fab85c235e11460af39fa63d3888e8c27c3ffb15 fixed bug #262: First line of CVS cron .php files need -q to prevent cron mail on clean runs --- diff --git a/gforge/ChangeLog b/gforge/ChangeLog index e8cb4992ea..e04e61e0b1 100644 --- a/gforge/ChangeLog +++ b/gforge/ChangeLog @@ -15,6 +15,9 @@ * www/forum/admin/index.php, common/forum/ForumFactory.class: Fixed bug #327: Add problems when you don't have forums + + * cronjobs/cvs-cron/usergroup.php: + Fixed bug #262: First line of CVS cron .php files need "-q" to prevent cron mail on clean runs 2003-05-02 Reinhard Spisser diff --git a/gforge/cronjobs/cvs-cron/usergroup.php b/gforge/cronjobs/cvs-cron/usergroup.php index c73c7ced9a..7a2900a775 100755 --- a/gforge/cronjobs/cvs-cron/usergroup.php +++ b/gforge/cronjobs/cvs-cron/usergroup.php @@ -1,4 +1,4 @@ -#! /usr/bin/php4 -f +#! /usr/bin/php4 -q -f