[imp] imp multipanel

Simon Frohn frohn@kip-radio.de
Sun, 13 Jan 2002 11:32:02 +0100


Hi,


> What did you change to? Can you please share with us?

I changed line 50 in frames.php from

   <frame name="<? echo $conf['frames']['name']['mailbox']?>"
src="mailbox.php<? echo  (isset($ma
ilbox) && $mailbox)? "?mailbox=$mailbox":"?mailbox=INBOX" ?>"
scrolling=auto>


to

   <frame name="<? echo $conf['frames']['name']['mailbox']?>"
src="mailbox.php<? echo  (isset($ma
ilbox) && $mailbox)? "?mailbox=$mailbox":"?mailbox=INBOX&actionID=$actionID"
?>" scrolling=auto>



-Simon