mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
"dump4setup: searching by app.% instead of app% now"
This commit is contained in:
parent
604a407fca
commit
adf5ca040e
@ -908,7 +908,7 @@ class soetemplate
|
||||
|
||||
$n = 0;
|
||||
$exported = array();
|
||||
foreach($this->db->select(self::TABLE,'*','et_name LIKE '.$this->db->quote($app.'%'),__LINE__, __FILE__,false,'ORDER BY et_name,et_version DESC','etemplate',0,'',false,egw_db::FETCH_ASSOC) as $row)
|
||||
foreach($this->db->select(self::TABLE,'*','et_name LIKE '.$this->db->quote($app.'.%'),__LINE__, __FILE__,false,'ORDER BY et_name,et_version DESC','etemplate',0,'',false,egw_db::FETCH_ASSOC) as $row)
|
||||
{
|
||||
if (isset($exported[$row['et_name']]) && $exported[$row['et_name']] === (string)$row['et_template'])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user