2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

fix " Invalid argument supplied for foreach() ", " Undefined variable:" , " Use of undefined constant "

This commit is contained in:
Alex
2015-08-13 03:27:02 +03:00
parent 090cb8d534
commit 233823797b
3 changed files with 6 additions and 6 deletions

View File

@@ -114,7 +114,7 @@ function xhtml_foot($javascript = false){ //added javascript files array to the
*/
function xhtml_table($content,$fields,$head = false,$class = "tclass",$highlight=false,$total=false,$id=false,$name=false)
{
$tot = array();
$tot = array(); $row = array();
if ($class == "tclass") $class = "table-hover table-bordered table-condensed tclass";
print "<table class=\"$class\" id=\"$id\" name=\"$name\" data-toggle=\"table\" data-toolbar=\"filter-bar\" data-show-filter=\"true\" >";
if ($head)