tbrehm
2013-02-28 f25b4b0309989d844d5b306effc8bb7e28ea7461
interface/lib/classes/listform_actions.inc.php
@@ -149,7 +149,7 @@
      if($this->SQLExtWhere != '') {
         $sql_where .= ' '.$this->SQLExtWhere.' and';
      }
      $sql_where = $app->listform->getSearchSQL($sql_where);
      $app->tpl->setVar($app->listform->searchValues);