Update of /cvsroot/phpwiki/phpwiki/config
In directory sc8-pr-cvs1:/tmp/cvs-serv3604
Modified Files:
Values.php Tools.php
Log Message:
Code Housecleaning: adjust line-endings to unix style.
Index: Values.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/config/Values.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -2 -b -p -d -r1.2 -r1.3
--- Values.php 28 Jan 2003 18:55:25 -0000 1.2
+++ Values.php 7 Dec 2003 19:23:48 -0000 1.3
@@ -267,4 +267,7 @@ $values[] = array(
//$Log$
+//Revision 1.3 2003/12/07 19:23:48 carstenklapp
+//Code Housecleaning: adjust line-endings to unix style.
+//
//Revision 1.2 2003/01/28 18:55:25 zorloc
//I have added all of the values for Part One of our configuration values.
Index: Tools.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/config/Tools.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -2 -b -p -d -r1.3 -r1.4
--- Tools.php 28 Jan 2003 18:53:25 -0000 1.3
+++ Tools.php 7 Dec 2003 19:23:48 -0000 1.4
@@ -677,4 +677,7 @@ class ValidatorArrayStringList extends V
//$Log$
+//Revision 1.4 2003/12/07 19:23:48 carstenklapp
+//Code Housecleaning: adjust line-endings to unix style.
+//
//Revision 1.3 2003/01/28 18:53:25 zorloc
//Added some more Validator subclasses to handle arrays of for which the
|