[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] sms/inc class.sms.inc.php
From: |
Sigurd Nes |
Subject: |
[Phpgroupware-cvs] sms/inc class.sms.inc.php |
Date: |
Mon, 13 Aug 2007 12:45:08 +0000 |
CVSROOT: /sources/phpgroupware
Module name: sms
Changes by: Sigurd Nes <sigurdne> 07/08/13 12:45:08
Modified files:
inc : class.sms.inc.php
Log message:
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/sms/inc/class.sms.inc.php?cvsroot=phpgroupware&r1=1.24&r2=1.25
Patches:
Index: class.sms.inc.php
===================================================================
RCS file: /sources/phpgroupware/sms/inc/class.sms.inc.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- class.sms.inc.php 10 Mar 2007 15:21:59 -0000 1.24
+++ class.sms.inc.php 13 Aug 2007 12:45:07 -0000 1.25
@@ -8,7 +8,7 @@
* @internal Development of this application was funded by
http://www.bergen.kommune.no/bbb_/ekstern/
* @package sms
* @subpackage sms
- * @version $Id: class.sms.inc.php,v 1.24 2007/03/10 15:21:59 sigurdne
Exp $
+ * @version $Id: class.sms.inc.php,v 1.25 2007/08/13 12:45:07 sigurdne
Exp $
*/
/**
@@ -77,6 +77,7 @@
$this->db = clone($GLOBALS['phpgw']->db);
$this->db2 = clone($this->db);
$this->init = true;
+ $this->like = $this->db->like;
switch($GLOBALS['phpgw_info']['server']['db_type'])
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] sms/inc class.sms.inc.php,
Sigurd Nes <=