Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 213224 | Differences between
and this patch

Collapse All | Expand All

(-)eclipse.org-common/system/app.class.php (+12 lines)
Lines 757-762 Link Here
757
			$_value = mysql_real_escape_string($_value, $_dbh);
757
			$_value = mysql_real_escape_string($_value, $_dbh);
758
        	return $_value;
758
        	return $_value;
759
		}
759
		}
760
		
761
	private getGoogleSearchHTML() {
762
		$strn = <<<EOHTML
763
		<form action="http://www.google.com/cse" id="searchbox_017941334893793413703:sqfrdtd112s">
764
	 	<input type="hidden" name="cx" value="017941334893793413703:sqfrdtd112s" />
765
  		<input type="text" name="q" size="25" />
766
  		<input type="submit" name="sa" value="Search" />
767
		</form>
768
		<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_017941334893793413703%3Asqfrdtd112s&lang=en"></script>";
769
EOHTML;
770
		return $strn;
771
	}
760
}
772
}
761
773
762
?>
774
?>

Return to bug 213224