Index: trunk/globals.php =================================================================== diff -u -r415 -r418 --- trunk/globals.php (.../globals.php) (revision 415) +++ trunk/globals.php (.../globals.php) (revision 418) @@ -1176,6 +1176,12 @@ if( !function_exists('GetVar') ) { + /** + * @return string + * @param string $name + * @param bool $post_priority + * @desc Get's variable from http query + */ function GetVar($name, $post_priority = false) { if(!$post_priority) // follow gpc_order in php.ini