[Fusionforge-commits] FusionForge branch master updated. b088b2f71a0268c7bf60604ca4d1d04811887eb3

Franck VILLAUME nerville at fusionforge.org
Fri Aug 30 17:13:17 CEST 2013


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, master has been updated
       via  b088b2f71a0268c7bf60604ca4d1d04811887eb3 (commit)
      from  bd0a1a73e7be6b2a60e26bc200b16bac5c58722d (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 -----------------------------------------------------------------
commit b088b2f71a0268c7bf60604ca4d1d04811887eb3
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Fri Aug 30 17:12:51 2013 +0200

    rss: fix php var

diff --git a/src/www/export/index.php b/src/www/export/index.php
index 9f18294..78ab3d2 100644
--- a/src/www/export/index.php
+++ b/src/www/export/index.php
@@ -4,6 +4,7 @@
  *
  * Copyright 1999-2001 (c) VA Linux Systems
  * Copyright 2010, Franck Villaume
+ * Copyright 2013, Franck Villaume - TrivialDev
  * http://fusionforge.org
  *
  * This file is part of FusionForge. FusionForge is free software;
@@ -25,7 +26,7 @@
 require_once '../env.inc.php';
 require_once $gfcommon.'include/pre.php';
 
-$HTML->header(array(title=>_('Exports Available')));
+$HTML->header(array('title' =>_('Exports Available')));
 ?>
 <p><?php echo forge_get_config ('forge_name'); ?> data is exported in a variety of standard formats. Many of
 the export URLs can also accept form/get data to customize the output. All

-----------------------------------------------------------------------

Summary of changes:
 src/www/export/index.php |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list