mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Fix E_NOTICE when search results poing to doc.php.net
This commit is contained in:
@@ -129,6 +129,7 @@ foreach($res['ResultSet']['Result'] as $i => $hit) {
|
||||
'viewcvs'=>'<img src="http://static.php.net/www.php.net/images/logos/php_script_ico.png" height="32" width="32" style="float:left; margin-left:-40px;"/>',
|
||||
'news'=>'<img src="http://static.php.net/www.php.net/images/logos/php-icon-white.gif" height="32" width="32" style="float:left; margin-left:-40px;"/>',
|
||||
'php'=>'<img src="http://static.php.net/www.php.net/images/logos/php-icon-white.gif" height="32" width="32" style="float:left; margin-left:-40px;"/>',
|
||||
'doc'=>'<img src="http://static.php.net/www.php.net/images/logos/php-icon-white.gif" height="32" width="32" style="float:left; margin-left:-40px;"/>',
|
||||
'bugs'=>'<img src="http://static.php.net/www.php.net/images/php_bug.gif" height="32" width="32" style="float:left; margin-left:-40px;"/>'
|
||||
);
|
||||
echo <<<EOB
|
||||
|
||||
Reference in New Issue
Block a user