mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
formatting
This commit is contained in:
parent
b715103cdb
commit
050396e695
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user