Author: danydb
Date: 2013-11-23 14:05:45 +0100 (Sat, 23 Nov 2013)
New Revision: 584

Modified:
   trunk/rapport_avance/ajax_listing_param_add.php
Log:
change ob_get_clean by ob_get_contents

Modified: trunk/rapport_avance/ajax_listing_param_add.php
===================================================================
--- trunk/rapport_avance/ajax_listing_param_add.php     2013-11-23 13:05:05 UTC 
(rev 583)
+++ trunk/rapport_avance/ajax_listing_param_add.php     2013-11-23 13:05:45 UTC 
(rev 584)
@@ -9,7 +9,7 @@
 echo HtmlInput::title_box("Nouveau paramètre", $cin);
 $obj=new RAPAV_Listing($id);
 $obj->add_parameter();
-$response = ob_get_clean();
+$response = ob_get_contents();
 ob_end_clean();
 $html = escape_xml($response);
 header('Content-type: text/xml; charset=UTF-8');



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu

_______________________________________________
Phpcompta  est un logiciel libre de comptabilité en ligne 
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to