Changeset 52 for trunk

Show
Ignore:
Timestamp:
09/10/07 16:44:42 (16 months ago)
Author:
scott
Message:

Made IMS wait for the gallery to be written until clearing the index

  • Attempt to solve a bug a friend of mine is experiencing…
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ims/ims

    r10 r52  
    188188        }; 
    189189 
    190         undef @Index; 
    191  
    192190        my $tpl = $Template[rand @Template]; 
    193191        $tpl->param($tplParams); 
     
    202200 
    203201        $tpl->clear_params; 
     202 
     203        # Leave this around just incase there are references to it in the 
     204        # templating data structure. 
     205        undef @Index; 
     206 
    204207        return "I"; 
    205208    },