Author
Message
Raven Site Admin/Owner Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
Posted:
Fri Apr 21, 2006 7:59 pm
Version : v2.02.02
Issue : Recommend_Us always sending
Submitted By: Benson:
Solution By : Raven
Fix:
Find, in all language files
?>
Add before it on a new line:
define("_RU_NO","no"); to all language files that are missing it.
Last edited by Raven on Sat Apr 22, 2006 11:52 am; edited 1 time in total
Raven Site Admin/Owner Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
Posted:
Fri Apr 21, 2006 8:13 pm
Also,
Find, in index.php
include("header.php");
Add after on new line
$RU_NO = _RU_NO;
Find OpenTable();
Change every instance of _RU_NO to $RU_NO after OpenTable();
Find
if ($send != "no") {
Change to
if ($send != $RU_NO) {
Find
elseif ($send == _RU_NO) {
Change to
elseif ($send == $RU_NO) {
View next topic
View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum