From f497d0ed18106b5a841ca5b98ebc01fb428ce0ef Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 3 Jan 2012 23:31:45 +0100 Subject: fixed bug with invalid parameter while executing monthly cleanup --- sql/client_clear_traffic_stats.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/client_clear_traffic_stats.sql b/sql/client_clear_traffic_stats.sql index f73e731..68158c9 100644 --- a/sql/client_clear_traffic_stats.sql +++ b/sql/client_clear_traffic_stats.sql @@ -1 +1 @@ -update clients set client_month_upload= 0, client_month_download= 0 where server_id=:server_id:; \ No newline at end of file +update clients set client_month_upload= 0, client_month_download= 0; -- cgit v1.2.3