phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/inc class.Categories_SO.inc.php,1.5,1.6


From: Patrick Walsh <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/inc class.Categories_SO.inc.php,1.5,1.6
Date: Mon, 02 Sep 2002 18:46:15 -0400

Update of /cvsroot/phpgroupware/sitemgr/inc
In directory subversions:/tmp/cvs-serv12947

Modified Files:
        class.Categories_SO.inc.php 
Log Message:
minior fix


Index: class.Categories_SO.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/inc/class.Categories_SO.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** class.Categories_SO.inc.php 2 Sep 2002 22:37:34 -0000       1.5
--- class.Categories_SO.inc.php 2 Sep 2002 22:46:13 -0000       1.6
***************
*** 78,82 ****
                                $cat_info->name                 = 
$cat[0]['name'];
                                $cat_info->sort_order   = $cat[0]['data'];
!                               $cat_info->description  = $cat[0]['descr'];
                                return $cat_info;
                        }
--- 78,82 ----
                                $cat_info->name                 = 
$cat[0]['name'];
                                $cat_info->sort_order   = $cat[0]['data'];
!                               $cat_info->description  = 
$cat[0]['description'];
                                return $cat_info;
                        }





reply via email to

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