2012-05-30 Sergio Martin <sergio.martin@artica.es>
* include/constants.php: Add new error control constant to connection errors git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6367 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e193f5a2c2
commit
72ae46344b
|
@ -1,3 +1,8 @@
|
|||
2012-05-30 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/constants.php: Add new error control
|
||||
constant to connection errors
|
||||
|
||||
2012-05-30 Vanessa Gil <vanessa.gil@artica.es>
|
||||
|
||||
* pandoradb.sql
|
||||
|
|
|
@ -41,6 +41,7 @@ define ('ERR_DB_DB', -40002);
|
|||
define ('ERR_FILE', -50000);
|
||||
define ('ERR_NOCHANGES', -60000);
|
||||
define ('ERR_NODATA', -70000);
|
||||
define ('ERR_CONNECTION', -80000);
|
||||
|
||||
/* Visual console constants */
|
||||
define('MIN_WIDTH',300);
|
||||
|
|
Loading…
Reference in New Issue