modifs.mineures sans commentaires
This commit is contained in:
parent
f2d6c72a2e
commit
5f2019cce2
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
namespace nur\sery\db;
|
||||
|
||||
class filters {
|
||||
}
|
|
@ -114,7 +114,7 @@ class _Query {
|
|||
}
|
||||
} else {
|
||||
$cols = null;
|
||||
if ($schema && is_array($schema)) {
|
||||
if ($schema && is_array($schema) && !in_array("*", $usercols)) {
|
||||
$cols = array_keys($schema);
|
||||
$usercols = array_merge($usercols, $cols);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue