Update of /cvsroot/binaryphp/binaryphp
In directory sc8-pr-cvs1:/tmp/cvs-serv1935
Modified Files:
convert.php
Log Message:
Fixed some notices, code only shows now if -v argument is present
Index: convert.php
===================================================================
RCS file: /cvsroot/binaryphp/binaryphp/convert.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** convert.php 5 Aug 2003 01:47:06 -0000 1.21
--- convert.php 5 Aug 2003 01:52:38 -0000 1.22
***************
*** 6,10 ****
echo 'Usage: convert.php --if <inputfile.php> --of <output> [-v | --verbose] [-h | --help]' , "\n";
}
!
/* If there are arguments, cycle through em */
if ($_SERVER['argc'] > 4) {
--- 6,10 ----
echo 'Usage: convert.php --if <inputfile.php> --of <output> [-v | --verbose] [-h | --help]' , "\n";
}
! $debug = false;
/* If there are arguments, cycle through em */
if ($_SERVER['argc'] > 4) {
|