cc-3936: applied schema changes
This commit is contained in:
parent
c83fad2546
commit
4ad983f63c
10 changed files with 141 additions and 139 deletions
|
@ -246,7 +246,7 @@ class Application_Model_User
|
|||
$sql = $sql_gen;
|
||||
|
||||
$type = array_map( function($t) {
|
||||
return "type = '{$type[$i]}'";
|
||||
return "type = '{$t}'";
|
||||
}, $type);
|
||||
|
||||
$sql_type = join(" OR ", $type);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue