diff options
| author | Lester Caine <lsces@lsces.co.uk> | 2010-11-28 08:37:52 +0000 |
|---|---|---|
| committer | Lester Caine <lsces@lsces.co.uk> | 2010-11-28 08:37:52 +0000 |
| commit | 99489e36eac0b57f6ee2ed8d96907dfa42a3ad99 (patch) | |
| tree | d0d7a05ac44d15125cafd0c87aa3bd158a2369d2 | |
| parent | c83f1020957a9bb7d5bf9696dd752dcb5b32e4a5 (diff) | |
| download | contact-99489e36eac0b57f6ee2ed8d96907dfa42a3ad99.tar.gz contact-99489e36eac0b57f6ee2ed8d96907dfa42a3ad99.tar.bz2 contact-99489e36eac0b57f6ee2ed8d96907dfa42a3ad99.zip | |
asort complains sometimes. Need to establish why
| -rw-r--r-- | ContactType.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ContactType.php b/ContactType.php index 643c677..7e1e3f0 100644 --- a/ContactType.php +++ b/ContactType.php @@ -47,7 +47,7 @@ class ContactType extends BitBase { $this->mContactType[ $res['source']] = $res['cross_ref_title']; } - asort($this->mContactType); +// asort($this->mContactType); $gBitSmarty->assign_by_ref( 'contContactTypes', $this->mContactType ); } |
