[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] property/inc class.sotts.inc.php
From: |
Sigurd Nes |
Subject: |
[Phpgroupware-cvs] property/inc class.sotts.inc.php |
Date: |
Sun, 07 Oct 2007 18:19:59 +0000 |
CVSROOT: /sources/phpgroupware
Module name: property
Changes by: Sigurd Nes <sigurdne> 07/10/07 18:19:59
Modified files:
inc : class.sotts.inc.php
Log message:
update
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.sotts.inc.php?cvsroot=phpgroupware&r1=1.26&r2=1.27
Patches:
Index: class.sotts.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.sotts.inc.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- class.sotts.inc.php 24 Aug 2007 13:59:23 -0000 1.26
+++ class.sotts.inc.php 7 Oct 2007 18:19:59 -0000 1.27
@@ -24,7 +24,7 @@
* @internal Development of this application was funded by
http://www.bergen.kommune.no/bbb_/ekstern/
* @package property
* @subpackage helpdesk
- * @version $Id: class.sotts.inc.php,v 1.26 2007/08/24 13:59:23 sigurdne
Exp $
+ * @version $Id: class.sotts.inc.php,v 1.27 2007/10/07 18:19:59 sigurdne
Exp $
*/
/**
@@ -120,7 +120,7 @@
}
elseif($filter == 'open'):
{
- $filtermethod .= " $where
fm_tts_tickets.status='O'";
+ $filtermethod .= " $where
(fm_tts_tickets.status='O' OR fm_tts_tickets.status='I')";
$where = 'AND';
}
elseif($filter == 'progress'):
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] property/inc class.sotts.inc.php,
Sigurd Nes <=