[vhffs-dev] [1803] Remove unused parameter.

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


Revision: 1803
Author:   beuss
Date:     2011-05-24 07:54:04 +0200 (Tue, 24 May 2011)
Log Message:
-----------
Remove unused parameter.

Modified Paths:
--------------
    trunk/vhffs-api/src/Vhffs/Panel/Pgsql.pm

Modified: trunk/vhffs-api/src/Vhffs/Panel/Pgsql.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Panel/Pgsql.pm	2011-05-24 05:53:57 UTC (rev 1802)
+++ trunk/vhffs-api/src/Vhffs/Panel/Pgsql.pm	2011-05-24 05:54:04 UTC (rev 1803)
@@ -60,7 +60,7 @@
 
     if( defined $name ) {
         $sql .= 'WHERE p.dbname LIKE ? ';
-        push(@params, '%'.lc($name).'%', '%'.lc($name).'%');
+        push(@params, '%'.lc($name).'%');
     }
 
     $sql .= 'ORDER BY label';


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