diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 2e98de844e..fcfdf91954 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-05-16 Vanessa Gil + + * enterprise/include/functions_policies.php: Fixed bug: When I link again the module to policy, the linkation works fine but the message showed is "Error processing request". + + 2011-05-13 Sergio Martin * pandoradb.sql diff --git a/pandora_console/include/db/mysql.php b/pandora_console/include/db/mysql.php index 38f87efa52..e2870ce508 100644 --- a/pandora_console/include/db/mysql.php +++ b/pandora_console/include/db/mysql.php @@ -1001,4 +1001,4 @@ function mysql_db_get_type_field_table($table, $field) { return mysql_field_type($result, $field); } -?> \ No newline at end of file +?>