Changeset 482 in subversion
- Timestamp:
- Feb 16, 2007 9:38:12 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/steps/mail/func.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/func.inc
r451 r482 31 31 32 32 // set imap properties and session vars 33 if (strlen($ _GET['_mbox']))34 { 35 $IMAP->set_mailbox($ _GET['_mbox']);36 $_SESSION['mbox'] = $ _GET['_mbox'];33 if (strlen($mbox = get_input_value('_mbox', RCUBE_INPUT_GET))) 34 { 35 $IMAP->set_mailbox($mbox); 36 $_SESSION['mbox'] = $mbox; 37 37 } 38 38
Note: See TracChangeset
for help on using the changeset viewer.
