cc-3936: Sexified equal signs.
This commit is contained in:
parent
50de229258
commit
dcc9c58577
|
@ -248,6 +248,7 @@ class Application_Model_User
|
|||
$type = array_map( function($t) {
|
||||
return "type = '{$type[$i]}'";
|
||||
}, $type);
|
||||
|
||||
$sql_type = join(" OR ", $type);
|
||||
|
||||
$sql = $sql_gen ." WHERE (". $sql_type.") ";
|
||||
|
|
Loading…
Reference in New Issue