]> git.mjollnir.org Git - moodle.git/commitdiff
Deprecating sql_as (now the AS keyword is required in COLUMN aliases)
authorstronk7 <stronk7>
Mon, 30 Oct 2006 17:41:55 +0000 (17:41 +0000)
committerstronk7 <stronk7>
Mon, 30 Oct 2006 17:41:55 +0000 (17:41 +0000)
Merged from MOODLE_17_STABLE

lib/dmllib.php

index 144a49fbd1c709a9ba63eac0dd143ddbd22e4a66..a7bcd4536515593a5aa4c744c3587789c966ec72 100644 (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;