eegsresr
This commit is contained in:
parent
f639fa7ef8
commit
05f8c11741
1 changed files with 2 additions and 0 deletions
|
@ -16,7 +16,9 @@ $migrations = array(
|
|||
|
||||
foreach ($migrations as $mig) {
|
||||
$do = False;
|
||||
trigger_error(print_r($rows));
|
||||
foreach ($rows as $row) {
|
||||
|
||||
if (!in_array($mig, $row)) {
|
||||
$do = True;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue