Skip to content

Commit

Permalink
added MDB_ERROR_INSUFFICIENT_DATA error constant
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/MDB/trunk@123991 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Lukas Smith committed Apr 19, 2003
1 parent cca2c08 commit 92d1b05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MDB.php
Expand Up @@ -87,6 +87,7 @@
define('MDB_ERROR_MANAGER', -30);
define('MDB_ERROR_MANAGER_PARSE', -31);
define('MDB_ERROR_LOADMODULE', -32);
define('MDB_ERROR_INSUFFICIENT_DATA', -33);

/**
* WARNING: not implemented
Expand Down

0 comments on commit 92d1b05

Please sign in to comment.