Ignore:
Timestamp:
08/25/08 18:57:16 (4 years ago)
Author:
hverton
Message:

missed for some reason in the last commits?!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PLi-Fusion/includes/jscripts/hoteditor-4.2/show_it.php

    r1666 r1694  
    211211<script language=javascript> 
    212212    var my_what ="$what"; 
    213     if(my_what=="smileys"){ 
     213    if(my_what=="smiley"){ 
    214214        self.parent.Set_smiles_path("$script_url?step=1&what=$what"); 
    215215    } 
     
    353353 
    354354    var my_what ="$what"; 
    355     if(my_what=="smileys"){ 
     355    if(my_what=="smiley"){ 
    356356        my_document.Set_smiles_path("$script_url?$q_string"); 
    357357    } 
     
    374374            } 
    375375            else{ 
    376                 if(my_what =="smileys"){ 
     376                if(my_what =="smiley"){ 
    377377                    my_document.InsertSymbol("<img border=0 src='" + data + "'> &nbsp;"); 
    378378                } 
Note: See TracChangeset for help on using the changeset viewer.