Db: tabs VS spaces in enumSyncRule
This commit is contained in:
parent
b0e8dbc957
commit
2fbfc109d1
|
@ -292,11 +292,11 @@ class Db extends DbConnection
|
|||
public function enumSyncRule()
|
||||
{
|
||||
$select = $this->db()->select()->from('sync_rule', array(
|
||||
'id',
|
||||
'rule_name'
|
||||
'id',
|
||||
'rule_name'
|
||||
))->order('rule_name ASC');
|
||||
|
||||
return $this->db()->fetchPairs($select);
|
||||
return $this->db()->fetchPairs($select);
|
||||
}
|
||||
|
||||
public function enumHostgroups()
|
||||
|
|
Loading…
Reference in New Issue