Marius Cramer
2015-04-08 d69383d980ed4350f8b0f2382f0a439551df203b
interface/lib/classes/plugin_listview.inc.php
@@ -126,7 +126,7 @@
      // Get the data
      $records = $app->db->queryAllRecords("SELECT * FROM ".$app->listform->listDef["table"]." WHERE $sql_where $sql_order_by $limit_sql");
      $records = $app->db->queryAllRecords("SELECT * FROM ?? WHERE $sql_where $sql_order_by $limit_sql", $app->listform->listDef["table"]);
      $bgcolor = "#FFFFFF";
      if(is_array($records)) {