Changeset 1887 in ExiteCMS


Ignore:
Timestamp:
10/20/08 08:33:14 (3 years ago)
Author:
hverton
Message:

fixed typo in variable name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/modules.php

    r1726 r1887  
    221221                    // add it to the search table 
    222222                    $result = dbquery("INSERT INTO ".$db_prefix."search (search_mod_id, search_name, search_title, search_version, search_fulltext, search_visibility, search_order)  
    223                         VALUES ('".$id."', '".$mod_search['name']."', '".$mod_search['title']."', '".$mod_search['version']."',  '".$mod_search['fulltext']."', '".$mod_search['visibility']."', ".$max.")"); 
     223                        VALUES ('".$mod_id."', '".$mod_search['name']."', '".$mod_search['title']."', '".$mod_search['version']."',  '".$mod_search['fulltext']."', '".$mod_search['visibility']."', ".$max.")"); 
    224224                } 
    225225            } 
Note: See TracChangeset for help on using the changeset viewer.