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.5,1.6


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

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

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

Index: class.app_registry.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.app_registry.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** class.app_registry.inc.php  23 Feb 2002 14:23:13 -0000      1.5
--- class.app_registry.inc.php  23 Feb 2002 14:35:31 -0000      1.6
***************
*** 397,401 ****
                        else
                        {
!                               $where_clause = "WHERE app_name='".$appid."'"
                        }
                        $this->db->query('SELECT * FROM phpgw_applications 
'.$where_clause,__LINE__,__FILE__);
--- 397,401 ----
                        else
                        {
!                               $where_clause = "WHERE app_name='".$appid."'";
                        }
                        $this->db->query('SELECT * FROM phpgw_applications 
'.$where_clause,__LINE__,__FILE__);




reply via email to

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