|
|
CVS: squirrelmail/functions imap_messages.php,1.195,1.196: msg#00217
|
Subject: |
CVS: squirrelmail/functions imap_messages.php,1.195,1.196 |
Update of /cvsroot/squirrelmail/squirrelmail/functions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21490
Modified Files:
imap_messages.php
Log Message:
fixed warning (by Michael Long)
Index: imap_messages.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/functions/imap_messages.php,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -w -r1.195 -r1.196
--- imap_messages.php 21 Nov 2005 20:14:20 -0000 1.195
+++ imap_messages.php 21 Nov 2005 21:46:48 -0000 1.196
@@ -815,8 +815,12 @@
break;
}
}
+ if (!empty($unique_id)) {
$msgi ="$unique_id";
$aMsg['UID'] = $unique_id;
+ } else {
+ $msgi = '';
+ }
$aMessageList[$msgi] = $aMsg;
}
return $aMessageList;
-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc. Get Certified Today
Register for a JBoss Training Course. Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
|
| |