mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
Update commonobject.class.php
This commit is contained in:
committed by
GitHub
parent
c3a9ba5506
commit
9deebe63d8
@@ -7102,7 +7102,7 @@ abstract class CommonObject
|
||||
//print $sql;
|
||||
|
||||
// Note: $InfoFieldList can be 'sellist:TableName:LabelFieldName[:KeyFieldName[:KeyFieldParent[:Filter[:CategoryIdType[:CategoryIdList[:Sortfield]]]]]]'
|
||||
if (isset($InfoFieldList[7]) && preg_match('/^[a-z0-9_-,]+$/i, $InfoFieldList[7]) {
|
||||
if (isset($InfoFieldList[7]) && preg_match('/^[a-z0-9_-,]+$/i', $InfoFieldList[7])) {
|
||||
$sql .= " ORDER BY ".$this->db->escape($InfoFieldList[7]);
|
||||
} else {
|
||||
$sql .= " ORDER BY ".$this->db->sanitize(implode(', ', $fields_label));
|
||||
|
||||
Reference in New Issue
Block a user