redray
2008-10-25 0ef490b4ce268b51e7b63127fedff7c8a0c39ecc
interface/lib/classes/plugin_dbhistory.inc.php
@@ -26,9 +26,9 @@
         
         $records = $app->db->queryAllRecords($sql);
         if(is_array($records)) {
            $content .= '<table width="100%">';
            $content .= '<table>';
            foreach($records as $rec) {
               $content .= "<tr><td class='frmText11' bgcolor='#EEEEEE'><b>".date("d.m.Y",$rec["tstamp"])." ".$rec["user"]."</b></td></tr>";
               $content .= "<tr><td>".date("d.m.Y",$rec["tstamp"])."</td><td>".$rec["user"]."</td></tr>";
            }
            $content .= '</table>';
         }