CM90 - Bug report_contracts

This commit is contained in:
“VeLiTi”
2024-11-05 16:32:12 +01:00
parent f51af664cf
commit 0c5bd3f83e
3 changed files with 126 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ if(isset($get_content) && $get_content!=''){
}
elseif ($v[0] == 'search') {
//build up search
$clause .= ' AND (carbrand like :'.$v[0].' OR createdby like :'.$v[0].')';
$clause .= ' AND (carbrand like :'.$v[0].' OR createdby like :'.$v[0].' OR rowID like :'.$v[0].')';
}
else {//create clause
$clause .= ' AND '.$v[0].' = :'.$v[0];