mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 11:23:54 +01:00
formatting
This commit is contained in:
parent
b715103cdb
commit
050396e695
@ -100,7 +100,6 @@
|
|||||||
*/
|
*/
|
||||||
function parsesimpleobject($input)
|
function parsesimpleobject($input)
|
||||||
{
|
{
|
||||||
|
|
||||||
$types = array('abstract','param','example','syntax','result','description','discussion','author','copyright','package','access');
|
$types = array('abstract','param','example','syntax','result','description','discussion','author','copyright','package','access');
|
||||||
$input = ereg_replace ("@", "@#", $input);
|
$input = ereg_replace ("@", "@#", $input);
|
||||||
$new = explode("@",$input);
|
$new = explode("@",$input);
|
||||||
@ -440,7 +439,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$GLOBALS['template']->fp('doc','border_top',True);
|
$GLOBALS['template']->fp('doc','border_top',True);
|
||||||
reset($doc_array);
|
reset($doc_array);
|
||||||
while(list($group_key, $group_value) = each($doc_array))
|
while(list($group_key, $group_value) = each($doc_array))
|
||||||
|
Loading…
Reference in New Issue
Block a user