2010-12-20 Miguel de Dios <miguel.dedios@artica.es>
* 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
This commit is contained in:
parent
186d363adb
commit
9aac97b2b0
|
@ -1,3 +1,9 @@
|
|||
2010-12-20 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* 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 <rnovoa@artica.es>
|
||||
|
||||
* general/logon_ok.php: Decode HTML entities in session
|
||||
|
|
|
@ -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'];
|
||||
|
|
Loading…
Reference in New Issue