]> git.mjollnir.org Git - moodle.git/commitdiff
Bad news. "external" is one reserved word for mssql and we have
authorstronk7 <stronk7>
Sat, 20 Jan 2007 17:59:28 +0000 (17:59 +0000)
committerstronk7 <stronk7>
Sat, 20 Jan 2007 17:59:28 +0000 (17:59 +0000)
one in the the SCORM module.

lib/xmldb/classes/generators/mssql/mssql.class.php

index ddf025209b953ef6a9116b8b0d170f720f7aaf42..dafc6d82360b21e3e2730c91356e529483f1b63c 100644 (file)
@@ -481,7 +481,7 @@ class XMLDBmssql extends XMLDBgenerator {
             'cursor', 'database', 'dbcc', 'deallocate', 'declare', 'default', 'delete',
             'deny', 'desc', 'disk', 'distinct', 'distributed', 'double', 'drop', 'dummy',
             'dump', 'else', 'end', 'errlvl', 'errorexit', 'escape', 'except', 'exec',
-            'execute', 'exists', 'exit', 'fetch', 'file', 'fillfactor', 'floppy',
+            'execute', 'exists', 'exit', 'external', 'fetch', 'file', 'fillfactor', 'floppy',
             'for', 'foreign', 'freetext', 'freetexttable', 'from', 'full', 'function',
             'goto', 'grant', 'group', 'having', 'holdlock', 'identity', 'identitycol',
             'identity_insert', 'if', 'in', 'index', 'inner', 'insert', 'intersect', 'into',