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;