Db: tabs VS spaces in enumSyncRule

This commit is contained in:
Thomas Gelf 2015-07-29 17:31:27 +02:00
parent b0e8dbc957
commit 2fbfc109d1
1 changed files with 3 additions and 3 deletions

View File

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