CVSROOT:        /sources/phpgroupware
Module name:    sms
Changes by:     Sigurd Nes <sigurdne>   06/09/13 08:52:32

Modified files:
        inc            : class.socommand.inc.php 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/sms/inc/class.socommand.inc.php?cvsroot=phpgroupware&r1=1.4&r2=1.5

Patches:
Index: class.socommand.inc.php
===================================================================
RCS file: /sources/phpgroupware/sms/inc/class.socommand.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- class.socommand.inc.php     21 Jun 2006 11:37:31 -0000      1.4
+++ class.socommand.inc.php     13 Sep 2006 08:52:32 -0000      1.5
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package sms
        * @subpackage command
-       * @version $Id: class.socommand.inc.php,v 1.4 2006/06/21 11:37:31 
sigurdne Exp $
+       * @version $Id: class.socommand.inc.php,v 1.5 2006/09/13 08:52:32 
sigurdne Exp $
        */
 
        /**
@@ -149,7 +149,7 @@
                        }
                        else
                        {
-                               $ordermethod = ' order by command_log_code asc';
+                               $ordermethod = ' order by command_log_id desc';
                        }
 
                        $table = 'phpgw_sms_featcommand_log';


_______________________________________________
Phpgroupware-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs

Reply via email to