Revert "Remove last logical operator from generated SQL in GenGroupSQL"

This commit is contained in:
Daniel Preussker
2015-11-21 09:23:17 +01:00
parent 9e72b74502
commit 03e8eacbfd

View File

@@ -46,7 +46,6 @@ function GenGroupSQL($pattern, $search='') {
$pattern = str_replace($opt, $tmpp[0].'.'.$tmpp[1], $pattern);
}
}
$pattern = substr($pattern, 0, -3);
$tables = array_keys(array_flip($tables));
$x = sizeof($tables);