phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.app_registry.inc.php,1.6,1.7


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.app_registry.inc.php,1.6,1.7
Date: Sat, 23 Feb 2002 09:39:26 -0500

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv2534/phpgwapi/inc

Modified Files:
        class.app_registry.inc.php 
Log Message:
Missed another semicolon.

Index: class.app_registry.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.app_registry.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** class.app_registry.inc.php  23 Feb 2002 14:35:31 -0000      1.6
--- class.app_registry.inc.php  23 Feb 2002 14:39:24 -0000      1.7
***************
*** 222,225 ****
--- 222,226 ----
                                $application = 
$this->is->send('system.package_app',$app_id,$this->is->server['server_url']);
  // comment from here down to stop the actual install
+ /*
                                // This is where I need to install the 
application
                                $sep = filesystem_separator();
***************
*** 252,255 ****
--- 253,257 ----
                                        fclose($fp);
                                }
+ */
  // Comment above to stop the actual install
                                @reset($application);
***************
*** 406,410 ****
                        $this->dir_file = Array();
                        $this->db->next_record();
!                       $app_name = $this->db->f('app_name')
                        $this->dir_file[$this->db->f('app_id')] = 
CreateObject('phpgwapi.xmlrpcval',
                                Array(
--- 408,412 ----
                        $this->dir_file = Array();
                        $this->db->next_record();
!                       $app_name = $this->db->f('app_name');
                        $this->dir_file[$this->db->f('app_id')] = 
CreateObject('phpgwapi.xmlrpcval',
                                Array(




reply via email to

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