checkAccess($m); if (isset($_GET["sort"])) { $sort = "`".$_GET["sort"]."` ".$_GET["sort_direction"]; } elseif (isset($options["sort_column"])) { $sort = $options["sort_column"]." ".$options["sort_direction"]; } elseif (isset($options["sort"])) { $sort = $options["sort"]; } else { $sort = "`id` DESC"; } // Retrieve the column and the sort direction from the consolidated ORDER BY statement. $sort = ltrim($sort,"`"); $sort_column = BigTree::nextSQLColumnDefinition($sort); $sort_pieces = explode(" ",$sort); $sort_direction = end($sort_pieces); // See if we're searching for anything. $search = isset($_GET["search"]) ? htmlspecialchars($_GET["search"]) : ""; ?>
$field) { $x++; if ($key == $sort_column) { $active = " ".strtolower($sort_direction); if ($sort_direction == "ASC") { $achar = "▲"; $s_direction = "ASC"; } else { $achar = "▼"; $s_direction = "DESC"; } } else { $active = ""; $s_direction = "ASC"; $achar = ""; } ?>
Notice: Undefined variable: field in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/auto-modules/views/searchable.php on line 51

Notice: Trying to access array offset on value of type null in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/auto-modules/views/searchable.php on line 51

Notice: Undefined variable: achar in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/auto-modules/views/searchable.php on line 51
Status 1) { ?>Actions