From c80cc36a981b0caaac22794eb0d3849b601dc2ce Mon Sep 17 00:00:00 2001 From: seek3r Date: Sun, 23 Dec 2001 10:59:55 +0000 Subject: [PATCH] fixed not an array problem --- doc/inlinedocparser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/inlinedocparser.php b/doc/inlinedocparser.php index bd02fefa2d..92716e0323 100755 --- a/doc/inlinedocparser.php +++ b/doc/inlinedocparser.php @@ -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;