From 9aac97b2b027d9d5af3d3d761972922c49a60c1d Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Mon, 20 Dec 2010 20:23:21 +0000 Subject: [PATCH] 2010-12-20 Miguel de Dios * godmode/reporting/reporting_builder.item_editor.php: fixed the copy & paste mistake with the name of var (month ago), now show the URL to edit in the import. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3671 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ .../godmode/reporting/reporting_builder.item_editor.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 0a297b6c60..7f068038b1 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2010-12-20 Miguel de Dios + + * godmode/reporting/reporting_builder.item_editor.php: fixed the copy & + paste mistake with the name of var (month ago), now show the URL to edit in + the import. + 2010-12-20 Ramon Novoa * general/logon_ok.php: Decode HTML entities in session diff --git a/pandora_console/godmode/reporting/reporting_builder.item_editor.php b/pandora_console/godmode/reporting/reporting_builder.item_editor.php index 54a03ca837..e9324a9322 100644 --- a/pandora_console/godmode/reporting/reporting_builder.item_editor.php +++ b/pandora_console/godmode/reporting/reporting_builder.item_editor.php @@ -150,7 +150,7 @@ switch ($action) { break; case 'url': $description = $item['description']; - $url = $item['column_separator']; + $url = $item['external_source']; break; case 'database_serialized': $description = $item['description'];