Revize 1255
Přidáno uživatelem Ondřej Fibich před asi 13 roky(ů)
freenetis/branches/testing/application/vendors/unit_tester/unit_testing_config.xml | ||
---|---|---|
<input></input>
|
||
</values>
|
||
</method>
|
||
<method name="get_streets_by_town" autogenerate="on">
|
||
<attributes></attributes>
|
||
<values>
|
||
<input></input>
|
||
</values>
|
||
</method>
|
||
</controller>
|
||
<controller name="languages">
|
||
<method name="index" autogenerate="on">
|
||
... | ... | |
<param value="1'+1"/>
|
||
</input>
|
||
</values>
|
||
</method>
|
||
<method name="count_all_streets" autogenerate="on">
|
||
<attributes></attributes>
|
||
<values>
|
||
<input></input>
|
||
</values>
|
||
</method>
|
||
</model>
|
||
</method></model>
|
||
<model name="subnet">
|
||
<method name="get_net_and_mask_of_subnet" autogenerate="on">
|
||
<attributes>
|
||
... | ... | |
</input>
|
||
</values>
|
||
</method>
|
||
<method name="count_all_towns" autogenerate="on">
|
||
<attributes></attributes>
|
||
<values>
|
||
<input></input>
|
||
</values>
|
||
</method>
|
||
<method name="select_list_with_quater" autogenerate="on">
|
||
<attributes></attributes>
|
||
<values>
|
freenetis/branches/testing/application/models/address_point.php | ||
---|---|---|
JOIN towns t ON ap.town_id = t.id
|
||
JOIN countries c ON ap.country_id = c.id
|
||
WHERE country_id IS NOT NULL
|
||
AND town_id IS NOT NULL
|
||
AND ap.town_id IS NOT NULL
|
||
AND street_id IS NOT NULL
|
||
AND street_number IS NOT NULL
|
||
AND X(ap.gps) IS NULL
|
Také k dispozici: Unified diff
Opravy:
- oprava drobne chybky v adresnich bodech