fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10188] Logistic: removed func test


From: Torstein
Subject: [Fmsystem-commits] [10188] Logistic: removed func test
Date: Wed, 10 Oct 2012 07:02:12 +0000

Revision: 10188
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10188
Author:   vator
Date:     2012-10-10 07:02:09 +0000 (Wed, 10 Oct 2012)
Log Message:
-----------
Logistic: removed func test

Modified Paths:
--------------
    trunk/logistic/inc/class.uirequirement.inc.php

Modified: trunk/logistic/inc/class.uirequirement.inc.php
===================================================================
--- trunk/logistic/inc/class.uirequirement.inc.php      2012-10-10 06:54:58 UTC 
(rev 10187)
+++ trunk/logistic/inc/class.uirequirement.inc.php      2012-10-10 07:02:09 UTC 
(rev 10188)
@@ -44,8 +44,7 @@
                        'index' => true,
                        'add' => true,
                        'edit' => true,
-                       'view' => true,
-                       'test' => true
+                       'view' => true
                );
 
                public function __construct()
@@ -313,25 +312,4 @@
                                
self::render_template_xsl(array('requirement/requirement'), $data);
                        }
                }
-
-               public function test()
-               {
-                       $custom = createObject('phpgwapi.custom_fields');
-                       $entity_list = 
execMethod('property.soadmin_entity.read', array('allrows' => true));
-
-                       _debug_array($entity_list);
-
-                       foreach($entity_list as $entry)
-                       {
-                               $cat_list = 
execMethod('property.soadmin_entity.read_category',(array('allrows'=>true,'entity_id'=>$entry['id'])));
-                               _debug_array($cat_list);
-
-                               foreach($cat_list as $cat)
-                               {
-                                       $attrib_data = 
$custom->find('property',".entity.{$cat['entity_id']}.{$cat[id]}", 0, 
'','','',true, true);
-                               _debug_array($attrib_data);
-                               }
-
-                       }
-               }
        }




reply via email to

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