Quote from: Andi on December 15, 2004, 06:31:34 PM
And here are some "mystical" Links, don't know if they works correct in all situations?
keywordmgr.php,v 1.5 2004/12/12 10:24:05 gaugau
line #129 & #162
header("Location: ?page=display");
line #65
$word .= '<td class="tableb"><a href="?page=delete&remov='.$single_word......
line #84
<form name="keywordForm" action="?page=changeword" method="post">
Posting this as follow-up to Andi's original post to be able to mark the other items in the original thread as solved.
Anybody care to look into this?
Joachim
Hello :)
i've change this lines to:
line #129 & #162
header("Location: keywordmgr.php?page=display");
line #65
$word .= '<td class="tableb"><a href="keywordmgr.php?page=delete&remov='.$single_word......
line #84
<form name="keywordForm" action="keywordmgr.php?page=changeword" method="post">
And it works ;)
ps. i must do this for the vkpMx/pragmaMx-Port
It doesn't seem to make a difference on a stand-alone installation to add the filename. However, if it helps the port, that's cool.
Only thing is when I try to delete with and without the suggested changes, the delete function doesn't always work. It worked once. The rest of the time, nothing happens.
I tested with the latest devel with Andi's fixes added, I wasn't able to reproduce what Thu was getting.
Seemed to work as expected for me.
Thu can you retest and If there's no issue commit?
The change didn't make a difference on my installation. So I have committed it since it helps the ported version. Whatever the issue I have is elsewhere.
QuoteSo I have committed it since it helps the ported version.
Thank you !! :)
You're welcome. :)