cc-3936: applied schema changes

This commit is contained in:
Rudi Grinberg 2012-08-23 17:52:28 -04:00
parent c83fad2546
commit 4ad983f63c
10 changed files with 141 additions and 139 deletions

View file

@ -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);