tbrehm
2008-05-23 00d96ba2cd3f93272474e51a2c7f5b1a35616ec3
interface/lib/classes/listform_actions.inc.php
@@ -66,7 +66,6 @@
      // Getting Datasets from DB
      $records = $app->db->queryAllRecords($this->getQueryString());
      $this->DataRowColor = "#FFFFFF";
      $records_new = '';
      if(is_array($records)) {
@@ -139,7 +138,12 @@
    {
      global $app;
      
      //* Set Language File
      //* Set global Language File
      $lng_file = ISPC_LIB_PATH.'/lang/'.$_SESSION['s']['language'].'.lng';
      include($lng_file);
      $app->tpl->setVar($wb);
      //* Set local Language File
      $lng_file = 'lib/lang/'.$_SESSION['s']['language'].'_'.$app->listform->listDef['name'].'_list.lng';
      include($lng_file);
      $app->tpl->setVar($wb);