[Movecommons-commits] r615 - trunk/wp-theme
Mario Gallegos
mgallegos at ourproject.org
Wed Mar 20 18:00:16 CET 2013
Author: mgallegos
Date: 2013-03-20 18:00:16 +0100 (Wed, 20 Mar 2013)
New Revision: 615
Modified:
trunk/wp-theme/mc2-form-controller.php
Log:
IN PROGRESS - Enhancement #488:Save registrations in CSV or similar
Modified: trunk/wp-theme/mc2-form-controller.php
===================================================================
--- trunk/wp-theme/mc2-form-controller.php 2013-03-20 04:46:42 UTC (rev 614)
+++ trunk/wp-theme/mc2-form-controller.php 2013-03-20 17:00:16 UTC (rev 615)
@@ -23,7 +23,7 @@
$data .= $SimpleXMLElement->WE_TAKE_DECISIONS_THROUGH.",";
$data .= $SimpleXMLElement->INITIATIVE_REINFORCE_THE_COMMONS.",";
$data .= $SimpleXMLElement->MAIN_FOCUS_OF_THE_INITIATIVE."\n";
- $fp = fopen('initiatives.txt', 'w');
+ $fp = fopen('/initiatives.txt', 'w');
fwrite($fp, $data);
fclose($fp);
?>
\ No newline at end of file
More information about the Movecommons-commits
mailing list