Update of /cvsroot/webnotes/webnotes
In directory usw-pr-cvs1:/tmp/cvs-serv24199
Modified Files:
convertToPHP3
Log Message:
Change to say that phpWebNotes no longer supports PHP3
Index: convertToPHP3
===================================================================
RCS file: /cvsroot/webnotes/webnotes/convertToPHP3,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- convertToPHP3 16 Mar 2001 07:31:16 -0000 1.1
+++ convertToPHP3 2 Oct 2002 02:07:16 -0000 1.2
@@ -1,7 +1,2 @@
#!/bin/sh
-
-echo "Converting all php files to php3 files"
-for filename in $(ls *.php); do
- echo "renaming $filename --> $(echo $filename | sed -e "s/.php/.php3/")"
- mv "$filename" "$(echo $filename | sed -e "s/.php/.php3/")"
-done
\ No newline at end of file
+echo "PHP3 is no longer supported by phpWebNotes."
|