mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:27:03 +02:00
gui refactoring to enable more complex search queries
This commit is contained in:
@ -89,6 +89,9 @@ class ModelAuditAudit extends Model {
|
||||
if(isset($query->rows)) {
|
||||
|
||||
foreach($query->rows as $a) {
|
||||
|
||||
$a['description'] = preg_replace("/\"/", "'", $a['description']);
|
||||
|
||||
$results[] = array(
|
||||
'id' => $a['meta_id'],
|
||||
'piler_id' => isset($m[$a['meta_id']]) ? $m[$a['meta_id']] : '',
|
||||
|
Reference in New Issue
Block a user