Update of /cvsroot/phpwebsite-comm/CVSROOT
In directory sc8-pr-cvs1:/tmp/cvs-serv31929
Modified Files:
enforce_naming
Log Message:
small syntax change
Index: enforce_naming
===================================================================
RCS file: /cvsroot/phpwebsite-comm/CVSROOT/enforce_naming,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** enforce_naming 26 May 2003 18:42:54 -0000 1.4
--- enforce_naming 26 May 2003 18:56:40 -0000 1.5
***************
*** 58,62 ****
# Verify that binary graphic files aren't added.
! if ($_ eq /\.png$\|\.gif$\|\.jpg$/i) {
print "Adding binary graphics is prohibited. ";
print "Please create your graphic in SVG format. ";
--- 58,62 ----
# Verify that binary graphic files aren't added.
! if ($_ eq "/\.png$\|\.gif$\|\.jpg$/i") {
print "Adding binary graphics is prohibited. ";
print "Please create your graphic in SVG format. ";
|