phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.soadmin_entity.php, 1.1.1.8


From: nomail
Subject: [Phpgroupware-cvs] property/class.soadmin_entity.php, 1.1.1.8
Date: Sun, 23 May 2004 15:27:14 -0000

Update of /property
Modified Files:
        Branch: 
          class.soadmin_entity.php

date: 2004/05/03 20:56:47;  author: sigurdne;  state: Exp;  lines: +4 -3

Log Message:
no message
=====================================================================
Index: property/class.soadmin_entity.php
diff -u property/class.soadmin_entity.php:1.1.1.7 
property/class.soadmin_entity.php:1.1.1.8
--- property/class.soadmin_entity.php:1.1.1.7   Sat May  1 20:00:28 2004
+++ property/class.soadmin_entity.php   Mon May  3 20:56:47 2004
@@ -926,9 +926,10 @@
 
                function init_process()
                {
-                       $this->oProc                                            
= 
CreateObject('phpgwapi_schema_proc',$GLOBALS['phpgw_data']['server']['db_type']);
-                       $this->oProc->m_odb                                     
= $this->db;
-                       $this->oProc->m_odb->Halt_On_Error      = 'report';
+                       $this->oProc            = 
CreateObject($this->currentapp.'_oproc');
+//                     $this->oProc                                            
= 
CreateObject('phpgwapi_schema_proc',$GLOBALS['phpgw_data']['server']['db_type']);
+//                     $this->oProc->m_odb                                     
= $this->db;
+//                     $this->oProc->m_odb->Halt_On_Error      = 'report';
                }
 
                function edit_attrib($attrib)




reply via email to

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