CMXX - Improved menu handling
This commit is contained in:
@@ -12,12 +12,14 @@ $pdo = dbConnect($dbname);
|
||||
if (empty($partner->soldto) || $partner->soldto == ''){$soldto_search = '%';} else {$soldto_search = '-%';}
|
||||
|
||||
//default whereclause
|
||||
$whereclause = getWhereclauselvl2("transactions",$permission,$partner);
|
||||
list($whereclause,$condition) = getWhereclauselvl2("transactions",$permission,$partner);
|
||||
|
||||
//NEW ARRAY
|
||||
$criterias = [];
|
||||
$clause = '';
|
||||
|
||||
var_dump($w)
|
||||
|
||||
//Check for $_GET variables and build up clause
|
||||
if(isset($get_content) && $get_content!=''){
|
||||
//GET VARIABLES FROM URL
|
||||
|
||||
Reference in New Issue
Block a user