[phpMP-CVS] CVS: phpMP/includes debug.php,1.2,1.3
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-02-08 09:36:59
|
Update of /cvsroot/phpmp/phpMP/includes In directory sc8-pr-cvs1:/tmp/cvs-serv8999 Modified Files: debug.php Log Message: no message Index: debug.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/debug.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** debug.php 4 Feb 2003 21:43:21 -0000 1.2 --- debug.php 8 Feb 2003 09:36:57 -0000 1.3 *************** *** 1 **** ! <?php class Debug { function Debug() { } } ?> \ No newline at end of file --- 1,13 ---- ! <?php ! ! class Debug ! { ! ! function Debug() ! { ! ! } ! ! } ! ! ?> \ No newline at end of file |