fixed not an array problem

This commit is contained in:
seek3r 2001-12-23 10:59:55 +00:00
parent 522894534a
commit c80cc36a98

View File

@ -155,7 +155,7 @@
while (list($p,$fn) = each($files))
{
$matches = $elements = $data = $class = array();
$matches = $elements = $data = $class = $startstop = array();
$string = $t = $out = $xkey = $new = '';
//$string = $t = $out = $class = $xkey = $new = '';
$file = '../'.$app.'/inc/' . $fn;