diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index de0ae5ad35..ac3380717c 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2012-05-30 Sergio Martin + + * include/constants.php: Add new error control + constant to connection errors + 2012-05-30 Vanessa Gil * pandoradb.sql diff --git a/pandora_console/include/constants.php b/pandora_console/include/constants.php index c59405eaa9..9a3fcd4c04 100644 --- a/pandora_console/include/constants.php +++ b/pandora_console/include/constants.php @@ -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);