------------------------------------------------------------
revno: 1006
committer: bassel <bassel.saf...@gmail.com>
branch nick: aikiframework
timestamp: Sat 2012-01-07 18:11:19 +0200
message:
  removed the echo from edit form that was messing up the forms on submit
modified:
  libs/Records.php


--
lp:aikiframework
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk

Your team Aiki Framework Developers is subscribed to branch lp:aikiframework.
To unsubscribe from this branch go to 
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== modified file 'libs/Records.php'
--- libs/Records.php	2011-12-05 16:50:11 +0000
+++ libs/Records.php	2012-01-07 16:11:19 +0000
@@ -1348,9 +1348,10 @@
 			$serial_post = serialize($_POST);
 			/** 
 			 * @todo remove this bare echo in the code!!!
-			 */
+			 
 			echo $aiki->Records->edit_db_record_by_form_post($serial_post, 
 				$_POST['form_id'], $_POST['record_id']);
+				*/
 		}
 		$edit_matchs = 
 			preg_match_all('/\<edit\>(.*)\<\/edit\>/Us', $text, $matchs);

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : aikiframework-devel@lists.launchpad.net
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to