------------------------------------------------------------
revno: 1171
committer: Jakub Jankiewicz <[email protected]>
branch nick: aikiframework
timestamp: Tue 2012-04-24 09:18:40 +0200
message:
  Fix edit in place
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	2012-04-15 08:19:19 +0000
+++ libs/Records.php	2012-04-24 07:18:40 +0000
@@ -1355,10 +1355,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']);
-				*/
+			 */
+			$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     : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to