From: Don S. <ri...@us...> - 2004-09-10 02:01:47
|
Update of /cvsroot/phpwsbb/phpwsbb/boost In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10996/boost Modified Files: install.php uninstall.php update.php Log Message: Adding vim control line now that we have another cook in the kitchen Index: uninstall.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/boost/uninstall.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** uninstall.php 14 Jun 2004 21:19:54 -0000 1.9 --- uninstall.php 10 Sep 2004 02:01:33 -0000 1.10 *************** *** 1,3 **** --- 1,4 ---- <?php + /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ /** * phpwsBB Index: install.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/boost/install.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** install.php 9 Sep 2004 21:51:00 -0000 1.20 --- install.php 10 Sep 2004 02:01:33 -0000 1.21 *************** *** 1,3 **** --- 1,4 ---- <?php + /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ /** * phpwsBB Index: update.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/boost/update.php,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** update.php 9 Sep 2004 21:51:00 -0000 1.35 --- update.php 10 Sep 2004 02:01:33 -0000 1.36 *************** *** 1,3 **** --- 1,4 ---- <?php + /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ /** * phpwsBB |