Phoenix_change_log file is stuffed up
Posted: Tue Jul 30, 2024 10:33 pm
OK I've been playing with Phoenix and updating one or two of my osC modules.
This file - https://docs.google.com/spreadsheets/d/ ... id=0#gid=0 - allows anyone to make changes.
Over time some sections have been stuffed up. For example Line 78
Comment
db function update
osC function
tep_db_free_result($db_query)
Replaced by
"$product_info_query = tep_db_query(<<<'EOSQL'
SELECT p.*, pd.*
FROM products p INNER JOIN products_description pd ON p.products_id = pd.products_id
WHERE p.products_status = 1 AND p.products_id =
EOSQL
. (int)$_GET['products_id'] . "" AND pd.language_id = "" . (int)$_SESSION['languages_id']);"
Line 77 same error, both obviously wrong.
Anyone willing to spend a minute to fix?
This file - https://docs.google.com/spreadsheets/d/ ... id=0#gid=0 - allows anyone to make changes.
Over time some sections have been stuffed up. For example Line 78
Comment
db function update
osC function
tep_db_free_result($db_query)
Replaced by
"$product_info_query = tep_db_query(<<<'EOSQL'
SELECT p.*, pd.*
FROM products p INNER JOIN products_description pd ON p.products_id = pd.products_id
WHERE p.products_status = 1 AND p.products_id =
EOSQL
. (int)$_GET['products_id'] . "" AND pd.language_id = "" . (int)$_SESSION['languages_id']);"
Line 77 same error, both obviously wrong.
Anyone willing to spend a minute to fix?