mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 05:49:03 +01:00
minor formatting and grammar
This commit is contained in:
parent
6970aefe57
commit
78d862aacb
@ -25,12 +25,12 @@
|
||||
/* $Id$ */
|
||||
|
||||
/****************************************************************************\
|
||||
* Direct functions, which are not part of the API class *
|
||||
* because they are require to be availble at the lowest level. *
|
||||
\****************************************************************************/
|
||||
* Direct functions which are not part of the API classes *
|
||||
* because they are required to be available at the lowest level. *
|
||||
\***************************************************************************/
|
||||
/*!
|
||||
@collection_start direct functions
|
||||
@abstract Direct functions, which are not part of the API class because they are require to be availble at the lowest level.
|
||||
@abstract Direct functions which are not part of the API classes because they are required to be available at the lowest level.
|
||||
*/
|
||||
/*!
|
||||
@function print_debug_subarray
|
||||
@ -364,7 +364,8 @@
|
||||
case 'GLOBAL':
|
||||
if(@isset($GLOBALS[$variable]))
|
||||
{
|
||||
$var = $GLOBALS[$variable]; }
|
||||
$var = $GLOBALS[$variable];
|
||||
}
|
||||
break;
|
||||
case 'POST':
|
||||
case 'GET':
|
||||
|
Loading…
Reference in New Issue
Block a user