Code

Classname is now saved in Session
[gosa.git] / include / functions_debug.inc
index 9fd5d8bcdeca087e7da243a49d7dcbea03385e17..472ad7f7fca2f64f3d33b7c6b29d88519ea09989 100644 (file)
@@ -127,7 +127,7 @@ class Print_a_class {
                }
                
                # build a single table ... may be nested
-               $this->output .= '<table 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;';
@@ -272,7 +272,7 @@ function print_result($RESULT) {
                </script>
        ';
 
-       print '<table 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) {