From: Don S. <ri...@us...> - 2004-05-04 00:25:23
|
Update of /cvsroot/phpwsbb/phpwsbb/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9524/docs Modified Files: ChangeLog Log Message: Bug #947328 all php files need to begin with <?php not just <? Index: ChangeLog =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/docs/ChangeLog,v retrieving revision 1.106 retrieving revision 1.107 diff -C2 -d -r1.106 -r1.107 *** ChangeLog 30 Apr 2004 02:52:58 -0000 1.106 --- ChangeLog 4 May 2004 00:25:15 -0000 1.107 *************** *** 2,5 **** --- 2,8 ---- # $Id$ + 03 May 2004; Don Seiler <do...@NO...> + BUG #947328 All php files need to begin with "<?php" not "<?". + *phpwsbb-0.9.3 (29 Apr 2004) |