From: <bed...@us...> - 2007-01-19 19:28:12
|
Revision: 66 http://svn.sourceforge.net/easybox-mod/?rev=66&view=rev Author: bedelaitre Date: 2007-01-19 11:27:20 -0800 (Fri, 19 Jan 2007) Log Message: ----------- Suppression du print_r sur la lecture des disques qui affiche un message ?\195?\160 l'initialisation de l'application Modified Paths: -------------- trunk/_framework/fonctions_partagees.inc.php Modified: trunk/_framework/fonctions_partagees.inc.php =================================================================== --- trunk/_framework/fonctions_partagees.inc.php 2007-01-14 08:38:36 UTC (rev 65) +++ trunk/_framework/fonctions_partagees.inc.php 2007-01-19 19:27:20 UTC (rev 66) @@ -228,7 +228,7 @@ $obj = null; } } - print_r($lect); + //print_r($lect); RETURN($lect); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |