This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, Branch_5_3 has been updated
via af1035d8d278ca1e3cc0cc9df99ff9aeadcfe099 (commit)
from 7cae201adeaabdbcb3591baa14cd4137436737c3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=af1035d8d278ca1e3cc0cc9df99ff9aeadcfe099
commit af1035d8d278ca1e3cc0cc9df99ff9aeadcfe099
Author: Franck Villaume <[email protected]>
Date: Thu Jan 14 16:50:00 2016 +0100
fix PHP syntax
diff --git a/src/CHANGES b/src/CHANGES
index 1893494..fa88fd7 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -1,4 +1,5 @@
Fusionforge-5.3.5:
+* Cronjob: fix PHP syntax in db_trove_main (TrivialDev)
* Widgets MyTasks, MyMonitoredForums show no entries. Wrong permission check
[#790] (TrivialDev)
* Plugin Wiki: fix display in activity project tab, wrong hook check variable
(TrivialDev)
* SCM: fix direct HTTP access with Apache 2.4 (Inria)
diff --git a/src/cronjobs/db_trove_maint.php b/src/cronjobs/db_trove_maint.php
index fc6fbd3..a2e7af6 100755
--- a/src/cronjobs/db_trove_maint.php
+++ b/src/cronjobs/db_trove_maint.php
@@ -159,6 +159,5 @@ if (db_error()) {
$err .= "Error: ".db_error();
}
-cron_entry(5,$err)
+cron_entry(5,$err);
-?>
-----------------------------------------------------------------------
Summary of changes:
src/CHANGES | 1 +
src/cronjobs/db_trove_maint.php | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits