Skip to content

Commit

Permalink
MDL-32003 drop unused statement constants
Browse files Browse the repository at this point in the history
These were last used in 2.2 upgrade, not allowed any more.
  • Loading branch information
skodak committed Jun 17, 2012
1 parent 9441743 commit 01be228
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/xmldb/xmldb_constants.php
Expand Up @@ -57,13 +57,6 @@
/** Timestamp */
define ('XMLDB_TYPE_TIMESTAMP', 8);

// TODO: delete these unused constants - can not be used in 2.3 upgrade
define ('XMLDB_STATEMENT_INCORRECT', 0); //Wrong Statement Type
define ('XMLDB_STATEMENT_INSERT', 1); //Insert Statements
define ('XMLDB_STATEMENT_UPDATE', 2); //Update Statements
define ('XMLDB_STATEMENT_DELETE', 3); //Delete Statements
define ('XMLDB_STATEMENT_CUSTOM', 4); //Custom Statements

// ==== Now the allowed DB Keys ====
/** Wrong DB Key */
define ('XMLDB_KEY_INCORRECT', 0);
Expand Down

0 comments on commit 01be228

Please sign in to comment.