diff --git a/lib/dmllib.php b/lib/dmllib.php index 144a49fbd1c..a7bcd453651 100644 --- a/lib/dmllib.php +++ b/lib/dmllib.php @@ -1557,6 +1557,7 @@ function sql_isnull($fieldname) { * AS keyword at all, only columns for postgres. * @uses $CFG * @ return string the keyword + * @deprecated Moodle 1.7 because coding guidelines now enforce to use AS in column aliases */ function sql_as() { global $CFG, $db;