From: Wendall C. <wen...@us...> - 2005-01-05 00:46:25
|
Update of /cvsroot/phpwsbb/phpwsbb/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28361/class Modified Files: Forum.php Manager.php Message.php Thread.php Log Message: added missing ?> Index: Thread.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/class/Thread.php,v retrieving revision 1.66 retrieving revision 1.67 diff -C2 -d -r1.66 -r1.67 *** Thread.php 4 Jan 2005 19:06:59 -0000 1.66 --- Thread.php 5 Jan 2005 00:45:48 -0000 1.67 *************** *** 650,651 **** --- 650,652 ---- }// END CLASS PHPWSBB_Thread + ?> \ No newline at end of file Index: Message.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/class/Message.php,v retrieving revision 1.74 retrieving revision 1.75 diff -C2 -d -r1.74 -r1.75 *** Message.php 4 Jan 2005 19:06:56 -0000 1.74 --- Message.php 5 Jan 2005 00:45:46 -0000 1.75 *************** *** 737,738 **** --- 737,739 ---- }// END CLASS PHPWSBB_Message + ?> \ No newline at end of file Index: Forum.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/class/Forum.php,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** Forum.php 4 Jan 2005 19:06:46 -0000 1.35 --- Forum.php 5 Jan 2005 00:45:33 -0000 1.36 *************** *** 500,501 **** --- 500,502 ---- }// END CLASS PHPWSBB_Forum + ?> \ No newline at end of file Index: Manager.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/class/Manager.php,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** Manager.php 4 Jan 2005 19:06:48 -0000 1.60 --- Manager.php 5 Jan 2005 00:45:45 -0000 1.61 *************** *** 1408,1409 **** --- 1408,1410 ---- } + ?> \ No newline at end of file |