forked from extern/egroupware
egw_db::expression searches for a table_def in all (loaded) apps, not just the current)
This commit is contained in:
parent
12cdb8820d
commit
c01818daa1
@ -1674,7 +1674,7 @@ class egw_db
|
||||
*/
|
||||
function expression($table_def,$args)
|
||||
{
|
||||
if (!is_array($table_def)) $table_def = $this->get_table_definitions('',$table_def);
|
||||
if (!is_array($table_def)) $table_def = $this->get_table_definitions(true,$table_def);
|
||||
$sql = '';
|
||||
$ignore_next = 0;
|
||||
foreach(func_get_args() as $n => $arg)
|
||||
|
Loading…
Reference in New Issue
Block a user