]> git.mjollnir.org Git - moodle.git/commit
MDL-14863 - 1st iteration: lowercase XMLDB constants, object, file and structure...
authorstronk7 <stronk7>
Tue, 20 May 2008 17:06:26 +0000 (17:06 +0000)
committerstronk7 <stronk7>
Tue, 20 May 2008 17:06:26 +0000 (17:06 +0000)
commit46293bd7b78ddd5a19687dea2c5c98d86f4407b6
treeac6f290da356b2a9f16accb010869b9f394201e0
parent6cef30f7f59469480a7e23c7c5fb4b2550cb2557
MDL-14863 - 1st iteration: lowercase XMLDB constants, object, file and structure (no changes in public API yet)
20 files changed:
admin/xmldb/actions/check_bigints/check_bigints.class.php
admin/xmldb/actions/check_defaults/check_defaults.class.php
admin/xmldb/actions/check_indexes/check_indexes.class.php
admin/xmldb/actions/load_xml_file/load_xml_file.class.php
admin/xmldb/actions/load_xml_files/load_xml_files.class.php
admin/xmldb/actions/view_structure_php/view_structure_php.class.php
admin/xmldb/actions/view_table_php/view_table_php.class.php
admin/xmldb/index.php
lib/ddl/database_manager.php
lib/ddl/sql_generator.php
lib/ddllib.php
lib/xmldb/XMLDBField.class.php
lib/xmldb/XMLDBIndex.class.php
lib/xmldb/XMLDBKey.class.php
lib/xmldb/XMLDBStatement.class.php
lib/xmldb/XMLDBTable.class.php
lib/xmldb/xmldb_constants.php [moved from lib/xmldb/XMLDBConstants.php with 98% similarity]
lib/xmldb/xmldb_file.php [moved from lib/xmldb/XMLDBFile.class.php with 90% similarity]
lib/xmldb/xmldb_object.php [moved from lib/xmldb/XMLDBObject.class.php with 91% similarity]
lib/xmldb/xmldb_structure.php [moved from lib/xmldb/XMLDBStructure.class.php with 97% similarity]