had to remove echo statement to see what the column arguments were.
This commit is contained in:
parent
5d5dd02fb0
commit
93c0982363
@ -21,7 +21,6 @@ if ( array_key_exists("limit", $_GET)){
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ( array_key_exists("columns", $_GET)){
|
if ( array_key_exists("columns", $_GET)){
|
||||||
echo $_GET["columns"];
|
|
||||||
$columns = explode(',', $_GET["columns"]);
|
$columns = explode(',', $_GET["columns"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user