tbrehm
2008-11-18 fb02f0b58019458b10893eff6b5c5e3135b53cc1
interface/lib/classes/listform_actions.inc.php
@@ -150,12 +150,8 @@
      include($lng_file);
      $app->tpl->setVar($wb);
      
      //* Set local Language File
      $lng_file = 'lib/lang/'.$_SESSION['s']['language'].'_'.$app->listform->listDef['name'].'_list.lng';
      if(!file_exists($lng_file))
      $lng_file = 'lib/lang/en_'.$app->listform->listDef['name'].'_list.lng';
      include($lng_file);
      $app->tpl->setVar($wb);
      $app->tpl->setVar($app->listform->wordbook);
      $app->tpl->setVar('form_action', $app->listform->listDef['file']);
      
      //* Parse the templates and send output to the browser