From: Don S. <ri...@us...> - 2004-09-10 02:01:53
|
Update of /cvsroot/phpwsbb/phpwsbb/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10996/class Modified Files: Forum.php Manager.php Message.php Runtime.php Thread.php Log Message: Adding vim control line now that we have another cook in the kitchen Index: Thread.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/class/Thread.php,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** Thread.php 13 Aug 2004 21:32:37 -0000 1.51 --- Thread.php 10 Sep 2004 02:01:33 -0000 1.52 *************** *** 1,3 **** --- 1,4 ---- <?php + /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ /** * phpwsBB Index: Message.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/class/Message.php,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** Message.php 10 Sep 2004 01:51:03 -0000 1.58 --- Message.php 10 Sep 2004 02:01:33 -0000 1.59 *************** *** 1,3 **** --- 1,4 ---- <?php + /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ /** * phpwsBB Index: Manager.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/class/Manager.php,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** Manager.php 13 Aug 2004 21:32:36 -0000 1.38 --- Manager.php 10 Sep 2004 02:01:33 -0000 1.39 *************** *** 1,3 **** --- 1,4 ---- <?php + /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ /** * phpwsBB Index: Forum.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/class/Forum.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** Forum.php 13 Aug 2004 21:32:36 -0000 1.23 --- Forum.php 10 Sep 2004 02:01:33 -0000 1.24 *************** *** 1,3 **** --- 1,4 ---- <?php + /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ /** * phpwsBB Index: Runtime.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/class/Runtime.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Runtime.php 13 Aug 2004 21:32:37 -0000 1.10 --- Runtime.php 10 Sep 2004 02:01:33 -0000 1.11 *************** *** 1,3 **** --- 1,4 ---- <?php + /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ /** * phpwsBB |