Code

Fixed broken fetch() call on non existing resources.
[gosa.git] / include / functions_debug.inc
index 5e5c84f6ea9fe75306edacd177e3c1f1db11b00a..9c30cec399e8580bfde673549ad827acd33a2e99 100644 (file)
@@ -127,7 +127,7 @@ class Print_a_class {
                }
                
                # build a single table ... may be nested
-               $this->output .= '<table summary=\"\" style="border:none;" cellspacing="1" '.( !$iteration && $this->export_flag ? 'onClick="document.getElementById(\'pa_form_'.$this->export_hash.'\').submit();" )' : '' ).'>';
+               $this->output .= '<table summary="" style="border:none;" cellspacing="1" '.( !$iteration && $this->export_flag ? 'onClick="document.getElementById(\'pa_form_'.$this->export_hash.'\').submit();" )' : '' ).'>';
                foreach( $array as $key => $value ) {
                        
                        $value_style = 'color:black;';
@@ -276,7 +276,7 @@ function print_result($RESULT) {
                </script>
        ';
 
-       print '<table summary=\"\" border="0" bgcolor="#000000" cellspacing="1" cellpadding="1">';
+       print '<table summary="" border="0" bgcolor="#000000" cellspacing="1" cellpadding="1">';
        
        print '<tr>';
        foreach($tables as $tableName => $tableCount) {