#133435 by jpetso: fix arg() phpdoc to document that NULL is returned when an argument is not found

6.x
Gábor Hojtsy 2007-11-04 16:42:45 +00:00
parent ac914745c6
commit ced4e284e3
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ function drupal_get_normal_path($path, $path_language = '') {
* (forward-slash), and where the first component has an index of 0 (zero).
*
* @return
* The component specified by $index, or FALSE if the specified component was
* The component specified by $index, or NULL if the specified component was
* not found.
*/
function arg($index = NULL, $path = NULL) {