Code

src/dp_rrdtool.c: Actually do handle the config option.
[collection4.git] / src / action_search.c
index c2dd378e758dee1beb965391079e1cfa5c3f0ea4..27b6a0efb2e700d18c5c83431bc3d18dbc9abc0c 100644 (file)
@@ -265,8 +265,6 @@ int action_search (void) /* {{{ */
   page_data_t pg_data;
   int status;
 
-  gl_update ();
-
   pg_data.search_term = strtolower_copy (param ("q"));
   if ((pg_data.search_term != NULL) && (pg_data.search_term[0] == 0))
   {