Menu

#1 mode is always assigned to book

open
nobody
None
5
2006-10-05
2006-10-05
Anonymous
No

when submit search, the mode is always books!!

because of

in amazon_config.php line 23,24:

if (!isset($sCurrentMode) || $sCurrentMode !=
$_GET['Mode']) {
$sCurrentMode = "books";

which should be :

if (!isset($sCurrentMode) || $sCurrentMode !=
$_GET['Mode']) {
$sCurrentMode = $_GET['Mode'];

---------------
Mahmoud Kasdi

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.