cc-3936: Sexified equal signs.

This commit is contained in:
Rudi Grinberg 2012-08-23 14:44:14 -04:00
parent 50de229258
commit dcc9c58577
2 changed files with 7 additions and 6 deletions

View File

@ -248,6 +248,7 @@ class Application_Model_User
$type = array_map( function($t) { $type = array_map( function($t) {
return "type = '{$type[$i]}'"; return "type = '{$type[$i]}'";
}, $type); }, $type);
$sql_type = join(" OR ", $type); $sql_type = join(" OR ", $type);
$sql = $sql_gen ." WHERE (". $sql_type.") "; $sql = $sql_gen ." WHERE (". $sql_type.") ";