[Fusionforge-commits] FusionForge branch Branch_5_1 updated. 03b5384a4b9855e218b8b43f62bc7534efbbb497

Roland Mas lolando at fusionforge.org
Thu Oct 18 15:17:48 CEST 2012


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_1 has been updated
       via  03b5384a4b9855e218b8b43f62bc7534efbbb497 (commit)
      from  a32b2b5ca6c0cfc52a0d03937cb02aaef8fa5c30 (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 03b5384a4b9855e218b8b43f62bc7534efbbb497
Author: Roland Mas <lolando at debian.org>
Date:   Thu Oct 18 15:17:40 2012 +0200

    Syntax fix

diff --git a/src/cronjobs/update_docdata_dataword.php b/src/cronjobs/update_docdata_dataword.php
index 1d7a25d..4d044f7 100644
--- a/src/cronjobs/update_docdata_dataword.php
+++ b/src/cronjobs/update_docdata_dataword.php
@@ -57,7 +57,7 @@ foreach ($resarr as $item) {
 	if (!$doc_dataData) {
 		die("unable to get data: ".db_error());
 	}
-	$data1 = base64_decode(db_result($doc_dataData, 0, 'data');
+	$data1 = base64_decode(db_result($doc_dataData, 0, 'data'));
 	$lenin = strlen($data1);
 	$res = $p->get_parse_data($data1, htmlspecialchars($item['title']), htmlspecialchars($item['description']), $item["filetype"]);
 	$len = strlen($res);

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

Summary of changes:
 src/cronjobs/update_docdata_dataword.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list