2 Oct 2009 11:15
Undelete button missing from 1.4.20 [SVN] when $auto_expunge is false
Michael A. Puls II <shadow2531 <at> gmail.com>
2009-10-02 09:15:28 GMT
2009-10-02 09:15:28 GMT
I made the following change to functions/mailbox_display.php to fix it.
echo getButton('SUBMIT', 'delete',_("Delete")) ." \n";
+if (!$auto_expunge) {
+ echo getButton('SUBMIT', 'undeleteButton',_("Undelete")) . "\n";
+}
--
--
Michael
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
-----
squirrelmail-devel mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-devel <at> lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.devel
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel
RSS Feed