[cmclasses] r919 committed - debug...

0 views
Skip to first unread message

cmcl...@googlecode.com

unread,
Mar 1, 2012, 6:55:18 AM3/1/12
to cmcl...@googlegroups.com
Revision: 919
Author: saeid.A...@gmail.com
Date: Thu Mar 1 03:55:10 2012
Log: debug
wenn diese Liste leer ist , bekommt man ein Fehler Meldung
http://code.google.com/p/cmclasses/source/detail?r=919

Modified:
/trunk/src/UI/HTML/Exception/TraceViewer.php5

=======================================
--- /trunk/src/UI/HTML/Exception/TraceViewer.php5 Thu Sep 23 15:23:16 2010
+++ /trunk/src/UI/HTML/Exception/TraceViewer.php5 Thu Mar 1 03:55:10 2012
@@ -207,6 +207,7 @@
*/
protected static function convertArrayToString( $array, $breakMode,
$level = 1 )
{
+ $list = array();
foreach( $array as $key => $value )
{
$string = self::convertArgumentToString( $value, $breakMode, $level+1 );

Reply all
Reply to author
Forward
0 new messages