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) {
|
foreach ($migrations as $mig) {
|
||||||
$do = False;
|
$do = False;
|
||||||
|
trigger_error(print_r($rows));
|
||||||
foreach ($rows as $row) {
|
foreach ($rows as $row) {
|
||||||
|
|
||||||
if (!in_array($mig, $row)) {
|
if (!in_array($mig, $row)) {
|
||||||
$do = True;
|
$do = True;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue