[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] property/inc class.uitts.inc.php
From: |
Sigurd Nes |
Subject: |
[Phpgroupware-cvs] property/inc class.uitts.inc.php |
Date: |
Tue, 03 Jan 2006 13:00:55 +0000 |
CVSROOT: /sources/phpgroupware
Module name: property
Branch:
Changes by: Sigurd Nes <address@hidden> 06/01/03 13:00:55
Modified files:
inc : class.uitts.inc.php
Log message:
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/property/inc/class.uitts.inc.php.diff?tr1=1.26&tr2=1.27&r1=text&r2=text
Patches:
Index: property/inc/class.uitts.inc.php
diff -u property/inc/class.uitts.inc.php:1.26
property/inc/class.uitts.inc.php:1.27
--- property/inc/class.uitts.inc.php:1.26 Thu Nov 10 14:18:35 2005
+++ property/inc/class.uitts.inc.php Tue Jan 3 13:00:54 2006
@@ -8,7 +8,7 @@
* @internal Development of this application was funded by
http://www.bergen.kommune.no/bbb_/ekstern/
* @package property
* @subpackage helpdesk
- * @version $Id: class.uitts.inc.php,v 1.26 2005/11/10 14:18:35 sigurdne
Exp $
+ * @version $Id: class.uitts.inc.php,v 1.27 2006/01/03 13:00:54 sigurdne
Exp $
*/
/**
@@ -94,6 +94,11 @@
$i=0;
foreach($list as $entry)
{
+ if($entry['subject'])
+ {
+ $list[$i]['category'] =
$entry['subject'];
+ }
+
if (isset($entry['child_date']) AND
is_array($entry['child_date']))
{
$j=0;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] property/inc class.uitts.inc.php,
Sigurd Nes <=