GX-Bug #56033 » SEOBOOSTContentFix.patch
src/includes/application_top.php (date 1524591512000) | ||
---|---|---|
1453 | 1453 |
else |
1454 | 1454 |
{ |
1455 | 1455 |
$pageNotFound = true; |
1456 |
unset($_GET['coID']); |
|
1456 | 1457 |
} |
1457 | 1458 |
} |
1458 | 1459 |
elseif($gmSEOBoost->boost_content |
src/gm/classes/GMSEOBoost.php (date 1524591495000) | ||
---|---|---|
195 | 195 |
languages_id |
196 | 196 |
FROM content_manager |
197 | 197 |
WHERE |
198 |
gm_url_keywords = ' . $this->v_binary_string . '"' |
|
198 |
content_position NOT LIKE "elements_%" AND |
|
199 |
gm_url_keywords = ' . $this->v_binary_string . '"' |
|
199 | 200 |
. mysqli_real_escape_string($GLOBALS['db_link'], $boosted_name) . '"'); |
200 | 201 |
while($result_array = xtc_db_fetch_array($result)) |
201 | 202 |
{ |
... | ... | |
461 | 462 |
gm_url_keywords AS gm_url_keywords |
462 | 463 |
FROM content_manager |
463 | 464 |
WHERE |
465 |
content_position NOT LIKE "elements_%" AND |
|
464 | 466 |
content_id = "' . (int)$p_content_id . '" AND |
465 | 467 |
languages_id = "' . (int)$t_language_data_array['language_id'] . '"'); |
466 | 468 |
if(xtc_db_num_rows($result) == 0) |