|
From: Jonathan H. <the...@us...> - 2002-04-03 00:29:22
|
Update of /cvsroot/phpbb/phpBB2/db In directory usw-pr-cvs1:/tmp/cvs-serv14283/db Modified Files: mysql4.php Log Message: Ok this is just me being anal again... No code changes, just file headers.. Index: mysql4.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/db/mysql4.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** mysql4.php 5 Mar 2002 02:19:38 -0000 1.4 --- mysql4.php 2 Apr 2002 21:13:47 -0000 1.5 *************** *** 1,5 **** <?php /*************************************************************************** ! * mysql.php * ------------------- * begin : Saturday, Feb 13, 2001 --- 1,5 ---- <?php /*************************************************************************** ! * mysql4.php * ------------------- * begin : Saturday, Feb 13, 2001 *************** *** 338,340 **** } // if ... define ! ?> \ No newline at end of file --- 338,340 ---- } // if ... define ! ?> |