From f5ecb599ec78eed19eb4277d52dca3160f9cb6c4 Mon Sep 17 00:00:00 2001 From: dhawes Date: Sat, 10 Dec 2005 16:40:23 +0000 Subject: [PATCH] PHPDoc todo tags added to functions called out as close to EOL --- lib/moodlelib.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/moodlelib.php b/lib/moodlelib.php index 99db7e56b98..fe265796b28 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -264,6 +264,7 @@ function optional_param($varname, $default=NULL, $options=PARAM_CLEAN) { /** * HACK ALERT! Do not use this function, it will be removed soon!! + * @todo Remove this function soon! */ function isset_param($varname) { if (isset($_GET[$varname])) { @@ -536,6 +537,7 @@ function optional_variable(&$var, $default=0) { /** * HACK ALERT! Do not use this function, it will be removed soon!! + * @todo Remove this function soon! */ function set_default( &$var, $default ) { if (empty($var)) {