summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-11-04 16:42:45 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-11-04 16:42:45 +0000
commitced4e284e32e99db2683d02f43928eee5c963b99 (patch)
treedb9628d655e2152d2ef950ba4adbb1b46823a5b7 /includes
parentac914745c6895b10ac970c4cff4a8b8a8bcaeca5 (diff)
downloadbrdo-ced4e284e32e99db2683d02f43928eee5c963b99.tar.gz
brdo-ced4e284e32e99db2683d02f43928eee5c963b99.tar.bz2
#133435 by jpetso: fix arg() phpdoc to document that NULL is returned when an argument is not found
Diffstat (limited to 'includes')
-rw-r--r--includes/path.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/path.inc b/includes/path.inc
index aa6ae9d47..df168c5a4 100644
--- a/includes/path.inc
+++ b/includes/path.inc
@@ -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) {