Fixing style errors.
This commit is contained in:
parent
fc86784cfc
commit
b374a8a00b
@ -721,7 +721,7 @@ function getCountriesInEEC()
|
|||||||
} else {
|
} else {
|
||||||
$sql = "SELECT cc.code FROM ".MAIN_DB_PREFIX."c_country as cc";
|
$sql = "SELECT cc.code FROM ".MAIN_DB_PREFIX."c_country as cc";
|
||||||
$sql .= " WHERE cc.eec = 1";
|
$sql .= " WHERE cc.eec = 1";
|
||||||
|
|
||||||
$resql = $db->query($sql);
|
$resql = $db->query($sql);
|
||||||
if ($resql) {
|
if ($resql) {
|
||||||
$num = $db->num_rows($resql);
|
$num = $db->num_rows($resql);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user