Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE » How To » refreshing
Re: refreshing [message #886 is a reply to message #877] Thu, 28 June 2007 10:07 Go to previous messageGo to previous message
interop is currently offline  interop
Messages: 45
Registered: October 2006
Member
AJM wrote on Wed, 13 June 2007 11:18

Now I see the problem. At line 262 in 'std.multi2.inc' you should see the following code:
// only read INNER if OUTER is not empty
if (count($outer_data) > 0) {
    if (!empty($return_from) AND !empty($return_action)) {
        ....
    } else {
        ....

This should be changed to the following:
// only read INNER if OUTER is not empty
if (count($outer_data) > 0) {
    if (!empty($return_from) AND !empty($popup_object)) {
        ....
    } else {
        ....

This fix has already been incorporated into the next release.


You may have already got this but I just noticed the same problem with multi3 I made the same fix as above on line 299 in std.multi3.inc and it seems to be working fine.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: mnu_task.pattern_id='SEARCH'
Next Topic: javascript not working
Goto Forum:
  


Current Time: Mon May 13 20:14:32 EDT 2024

Total time taken to generate the page: 0.01215 seconds