minor formatting and grammar

This commit is contained in:
Miles Lott 2002-03-02 04:08:20 +00:00
parent 6970aefe57
commit 78d862aacb

View File

@ -25,12 +25,12 @@
/* $Id$ */ /* $Id$ */
/****************************************************************************\ /****************************************************************************\
* Direct functions, which are not part of the API class * * Direct functions which are not part of the API classes *
* because they are require to be availble at the lowest level. * * because they are required to be available at the lowest level. *
\****************************************************************************/ \***************************************************************************/
/*! /*!
@collection_start direct functions @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 @function print_debug_subarray
@ -364,7 +364,8 @@
case 'GLOBAL': case 'GLOBAL':
if(@isset($GLOBALS[$variable])) if(@isset($GLOBALS[$variable]))
{ {
$var = $GLOBALS[$variable]; } $var = $GLOBALS[$variable];
}
break; break;
case 'POST': case 'POST':
case 'GET': case 'GET':