mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 08:20:11 +01:00
group fix
This commit is contained in:
parent
f048e5c4e7
commit
53c38a805d
@ -254,6 +254,8 @@ class ModelGroupGroup extends Model {
|
|||||||
$groups = '';
|
$groups = '';
|
||||||
$q = '?';
|
$q = '?';
|
||||||
|
|
||||||
|
if(count($email) <= 0) { return ''; }
|
||||||
|
|
||||||
for($i=1; $i<count($email); $i++) {
|
for($i=1; $i<count($email); $i++) {
|
||||||
$q .= ',?';
|
$q .= ',?';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user