From 18ecdd56aa8bd278b89c05cf3a802368cb03bc4f Mon Sep 17 00:00:00 2001 From: stronk7 Date: Mon, 30 Oct 2006 17:39:55 +0000 Subject: [PATCH] Deprecating sql_as (now the AS keyword os required in COLUMN aliases) --- lib/dmllib.php | 1 + 1 file changed, 1 insertion(+) 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;