mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
PHP Notice removal and debug info styling.
This commit is contained in:
@@ -870,10 +870,10 @@ class e107_db_debug {
|
||||
if (!$bRowHeaders)
|
||||
{
|
||||
$bRowHeaders = true;
|
||||
$text .= "<tr class='fcaption'><td><b>".implode("</b></td><td><b>", array_keys($curLog))."</b></td></tr>\n";
|
||||
$text .= "<tr><td class='fcaption' style='text-align:left'><b>".implode("</b></td><td class='fcaption' style='text-align:left'><b>", array_keys($curLog))."</b></td></tr>\n";
|
||||
}
|
||||
|
||||
$text .= "<tr class='forumheader3'><td>".implode(" </td><td>", array_values($curLog))." </td></tr>\n";
|
||||
$text .= "<tr ><td class='forumheader3'>".implode(" </td><td class='forumheader3'>", array_values($curLog))." </td></tr>\n";
|
||||
}
|
||||
|
||||
$text .= "</table><br />\n";
|
||||
|
Reference in New Issue
Block a user