Deprecating sql_as (now the AS keyword os required in COLUMN aliases)

This commit is contained in:
stronk7
2006-10-30 17:39:55 +00:00
parent f9452850dd
commit 18ecdd56aa
+1
View File
@@ -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;