phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] api/class.datamine.php, 1.1.2.3


From: nomail
Subject: [Phpgroupware-cvs] api/class.datamine.php, 1.1.2.3
Date: Fri, 21 May 2004 18:33:12 -0000

Update of /api
Modified Files:
        Branch: proposal-branch
          class.datamine.php

date: 2004/04/24 20:53:31;  author: jengo;  state: Exp;  lines: +2 -2

Log Message:
Fixed crash in IE
=====================================================================
Index: api/class.datamine.php
diff -u api/class.datamine.php:1.1.2.2 api/class.datamine.php:1.1.2.3
--- api/class.datamine.php:1.1.2.2      Fri Apr 23 15:03:30 2004
+++ api/class.datamine.php      Sat Apr 24 20:53:31 2004
@@ -55,7 +55,7 @@
                                $GLOBALS['phpgw']->add_appmenu('Datamine 
menu',$row['dml_title'],$row['dml_op'] . '&dm_type=D&datamine_location=' . 
$args['location'] . '&dm_redirect=' . 
$_SESSION['phpgw_session']['phpgw_data']['current_history_position']);
                        }
                        $GLOBALS['datamine_menus_loaded'] = true;
-                       $GLOBALS['phpgw']->add_appmenu('Datamine menu','Show 
map',' ');
+                       $GLOBALS['phpgw']->add_appmenu('Datamine menu','Show 
map','api.base.datamine_map');
                }
 
                function _get()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]