예제 #1
0
													</form>
												</div>
												<?php 
                    }
                }
            }
            ?>
								</div>
							</div>
							<?php 
        } else {
            if (!$mode) {
                echo '<div>General cleaning... </div>';
                flush();
                ob_flush();
                $cleanManager->countryCleanFirstStep();
                echo '<div style="margin-left:15px;">Done!</div>';
                flush();
                ob_flush();
            }
            echo '<div><b>Questionable countries:</b> ';
            $badCountryCnt = $cleanManager->getBadCountryCount();
            echo $badCountryCnt;
            if ($badCountryCnt) {
                echo ' => <a href="fieldcleaner.php?collid=' . $collid . '&target=geolocal&mode=badcountry">List countries...</a>';
            }
            echo '</div>';
            //Get Null country and not null state
            echo '<div><b>Null country with non-NULL state/province:</b> ';
            $nullCountryCnt = $cleanManager->getNullCountryNotStateCount();
            echo $nullCountryCnt;