[vhffs-dev] [642] WTF !

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 642
Author:   gradator
Date:     2007-06-12 16:46:38 +0000 (Tue, 12 Jun 2007)

Log Message:
-----------
WTF !

Modified Paths:
--------------
    branches/vhffs-4.0/vhffs-api/src/Vhffs/Services/Mailing.pm


Modified: branches/vhffs-4.0/vhffs-api/src/Vhffs/Services/Mailing.pm
===================================================================
--- branches/vhffs-4.0/vhffs-api/src/Vhffs/Services/Mailing.pm	2007-06-12 16:19:44 UTC (rev 641)
+++ branches/vhffs-4.0/vhffs-api/src/Vhffs/Services/Mailing.pm	2007-06-12 16:46:38 UTC (rev 642)
@@ -636,7 +636,7 @@
 	$query .= " AND ml.owner_gid='".$group->get_gid."'" if( defined $group );
     $query .= " AND ( ( local_part LIKE '%".$name."%' ) OR (domain LIKE '%".$name."%' ) )" if( defined $name );
     $query .= " AND ( domain='$domain')" if( defined $domain );
-    $query .= ' ORDER BY domain'
+    $query .= ' ORDER BY domain';
 
     my $request = $vhffs->get_db_object->{'DB_READ'}->prepare( $query );
     my $rows = $request->execute() or return -3;


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/