Ignore:
Timestamp:
Oct 28, 2010, 10:12:56 AM (13 years ago)
Author:
grum
Message:

fix bug:1960
implement feature:1971

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GrumPluginClasses/classes/GPCRequestBuilder.class.inc.php

    r7396 r7451  
    290290
    291291
    292 load_language('rbuilder.lang', GPC_PATH);
     292//load_language('rbuilder.lang', GPC_PATH);
    293293
    294294
     
    494494  static public function loadJSandCSS()
    495495  {
     496    load_language('rbuilder.lang', GPC_PATH);
    496497    add_event_handler('loc_begin_page_header', array('GPCRequestBuilder', 'insertJSandCSSFiles'), 9);
    497498  }
     
    13701371    global $template, $lang;
    13711372
    1372     //load_language('rbuilder.lang', GPC_PATH);
    1373 
    13741373    if(is_string($filter)) $filter=array($filter);
    13751374    $filter=array_flip($filter);
Note: See TracChangeset for help on using the changeset viewer.