Projekt

Obecné

Profil

« Předchozí | Další » 

Revize c1bdc1c4

Přidáno uživatelem Michal Kliment před více než 9 roky(ů)

Release 1.1.0

Zobrazit rozdíly:

application/models/town.php
$zip_code_where = ' AND LOWER(zip_code) = ' . $this->db->escape(strtolower($zip_code));
}
// prevent saving address point in City-City format
if ($quarter == $town)
{
$quarter = NULL;
}
if (empty($quarter))
{
$quarter_where = ' AND (quarter IS NULL OR LENGTH(quarter) = 0)';

Také k dispozici: Unified diff