From: Gordon P. H. <gph...@us...> - 2004-08-10 23:06:12
|
Update of /cvsroot/phpliteadmin/phpLiteAdmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22279 Modified Files: ChangeLog Log Message: - Leave the error_reporting() settings as they are. If there's an error, fix it, don't cover it up. - Minor bug fixes and formatting changes. Index: ChangeLog =================================================================== RCS file: /cvsroot/phpliteadmin/phpLiteAdmin/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ChangeLog 9 Aug 2004 22:14:42 -0000 1.4 +++ ChangeLog 10 Aug 2004 23:06:04 -0000 1.5 @@ -3,6 +3,15 @@ ======================== $Id$ +2004-08-10 Gordon P. Hemsley <gph...@us...> + * config.php5: + Leave the error_reporting() settings as they are. If there's an error, fix + it, don't cover it up. + + * tbl.php5 + style/tbl_browse.xsl: + Minor bug fixes and formatting changes. + 2004-08-09 Gordon P. Hemsley <gph...@us...> * style/db_structure.css: Rearranged height specifications. |