From 10189d842f6deb04bef4a9d2971e48ac798f6630 Mon Sep 17 00:00:00 2001 From: vgilc Date: Mon, 16 May 2011 08:43:02 +0000 Subject: [PATCH] 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". git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4353 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/db/mysql.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 +?>