la
This commit is contained in:
parent
27b5ad473f
commit
bbae0473a7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ foreach ($migrations as $mig) {
|
||||||
$do = False;
|
$do = False;
|
||||||
echo(print_r($rows));
|
echo(print_r($rows));
|
||||||
foreach ($rows as $row) {
|
foreach ($rows as $row) {
|
||||||
|
echo(print_r($row));
|
||||||
if (!in_array($mig, $row)) {
|
if (!in_array($mig, $row)) {
|
||||||
$do = True;
|
$do = True;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue