formatting

This commit is contained in:
Miles Lott 2002-01-26 23:26:32 +00:00
parent b715103cdb
commit 050396e695

View File

@ -100,7 +100,6 @@
*/
function parsesimpleobject($input)
{
$types = array('abstract','param','example','syntax','result','description','discussion','author','copyright','package','access');
$input = ereg_replace ("@", "@#", $input);
$new = explode("@",$input);
@ -440,7 +439,6 @@
}
}
$GLOBALS['template']->fp('doc','border_top',True);
reset($doc_array);
while(list($group_key, $group_value) = each($doc_array))