fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [6963] property: more on fileuploader


From: Sigurd Nes
Subject: [Fmsystem-commits] [6963] property: more on fileuploader
Date: Thu, 10 Feb 2011 11:23:51 +0000

Revision: 6963
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=6963
Author:   sigurdne
Date:     2011-02-10 11:23:51 +0000 (Thu, 10 Feb 2011)
Log Message:
-----------
property: more on fileuploader

Modified Paths:
--------------
    trunk/property/inc/class.botts.inc.php
    trunk/property/js/yahoo/tts.view.js

Modified: trunk/property/inc/class.botts.inc.php
===================================================================
--- trunk/property/inc/class.botts.inc.php      2011-02-10 10:42:36 UTC (rev 
6962)
+++ trunk/property/inc/class.botts.inc.php      2011-02-10 11:23:51 UTC (rev 
6963)
@@ -1140,8 +1140,8 @@
                        $GLOBALS['phpgw_info']['flags']['nofooter'] = true;
 
                        $acl                    = & $GLOBALS['phpgw']->acl;
-                       $acl_add                = $this->check('.ticket', 
PHPGW_ACL_ADD, 'property');
-                       $acl_edit               = $this->check('.ticket', 
PHPGW_ACL_EDIT, 'property');
+                       $acl_add                = $acl->check('.ticket', 
PHPGW_ACL_ADD, 'property');
+                       $acl_edit               = $acl->check('.ticket', 
PHPGW_ACL_EDIT, 'property');
                        $id                             = phpgw::get_var('id', 
'int');
                        $fileuploader   = CreateObject('property.fileuploader');
 

Modified: trunk/property/js/yahoo/tts.view.js
===================================================================
--- trunk/property/js/yahoo/tts.view.js 2011-02-10 10:42:36 UTC (rev 6962)
+++ trunk/property/js/yahoo/tts.view.js 2011-02-10 11:23:51 UTC (rev 6963)
@@ -138,7 +138,7 @@
 
        this.refresh_files = function()
        {
-               execute_async(myDataTable_0);
+               execute_async(myDataTable_2);
        }
 
 YAHOO.util.Event.addListener(window, "load", function()




reply via email to

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