nits
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 4 Dec 2008 00:00:05 +0000 (17:00 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 4 Dec 2008 00:00:05 +0000 (17:00 -0700)
imp/contacts.php
imp/mailbox.php

index 585c055..b336a65 100644 (file)
@@ -1,5 +1,7 @@
 <?php
 /**
+ * Standard (imp) contacts display page.
+ *
  * Copyright 2002-2008 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (GPL). If you
index e304b6f..2e52bac 100644 (file)
@@ -563,8 +563,7 @@ if ($pageOb['msgcount']) {
 /* Define some variables now so we don't have to keep redefining in the
    foreach () loop or the templates. */
 $lastMbox = '';
-$messages = array();
-$threadlevel = array();
+$messages = $threadlevel = array();
 
 /* Get thread object, if necessary. */
 if ($sortpref['by'] == Horde_Imap_Client::SORT_THREAD) {