NBonline
2005-11-27 040f8cf58a0e20edb77a6fe4cfb4df1b35dc45d7
interface/lib/classes/listform_actions.inc.php
@@ -40,6 +40,7 @@
   var $id;
   var $idx_key;
   var $DataRowColor;
   var $SQLExtWhere = '';
   
   function onLoad() {
      global $app, $conf, $list_def_file;
@@ -103,6 +104,10 @@
            $sql_where = $app->tform->getAuthSQL('r')." and";
         }
      }
      if($this->SQLExtWhere != '') {
         $sql_where .= " ".$this->SQLExtWhere." and";
      }
      $sql_where = $app->listform->getSearchSQL($sql_where);
      $app->tpl->setVar($app->listform->searchValues);