cleanup testargs

This commit is contained in:
Mike Macgirvin 2012-10-22 20:01:52 +11:00
parent 34ce3c97e7
commit 8d9ee6fff3

View File

@ -15,7 +15,7 @@
*/
if(($argc > 1) && isset($argv[1]))
if((argc() > 1) && isset(argv(1)))
echo $argv[1];
else
echo '';