plugins/libkolab

Aleksander Machniak machniak at kolabsys.com
Tue Jun 24 08:54:50 CEST 2014


 plugins/libkolab/bin/modcache.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c996445b8ee0e281e981b6b0812888f0c147516f
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Tue Jun 24 08:54:31 2014 +0200

    Remove unused variable reference

diff --git a/plugins/libkolab/bin/modcache.sh b/plugins/libkolab/bin/modcache.sh
index 1329050..533fefd 100755
--- a/plugins/libkolab/bin/modcache.sh
+++ b/plugins/libkolab/bin/modcache.sh
@@ -110,7 +110,7 @@ case 'clear':
     }
 
     if ($sql_query) {
-        $db->query($sql_query . $sql_add, resource_prefix($opts).'%');
+        $db->query($sql_query, resource_prefix($opts).'%');
         echo $db->affected_rows() . " records deleted from 'kolab_folders'\n";
     }
     break;




More information about the commits mailing list