From b7d1a163c6fc327806fdf9989b9de9d7a801de9f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 18 Apr 2011 13:40:17 +0400 Subject: [PATCH] getSearchSql -> search_to_sql --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 43e0e715..a1d060cc 100644 --- a/functions.php +++ b/functions.php @@ -3331,7 +3331,7 @@ return $data; } - function getSearchSql($link, $search, $match_on) { + function search_to_sql($link, $search, $match_on) { $search_query_part = ""; @@ -3386,7 +3386,7 @@ $search_query_part = "ref_id = -1 AND "; } else { - $search_query_part = getSearchSql($link, $search, $match_on); + $search_query_part = search_to_sql($link, $search, $match_on); $search_query_part .= " AND "; } -- 2.39.2