Home » Networking » Net_Whois » Bug #2052
Syntax error in line 248 & 249
Details
| Submitted | 2004-08-04 13:09 UTC |
|---|---|
| From | minakov at bas-net dot by |
| Assigned | svenasse |
| Status | Closed |
| Package | Net_Whois |
| PHP Version | 5.0.0 |
| OS | winxp |
| Roadmaps | (Not assigned) |
Comments
[2004-08-04 13:09 UTC] minakov at bas-net dot by
Description:
------------
replace
if (strstr($line, $ipNicServer)) {
$nHost = $ipNicServer;
}
to
if (strstr($line, $this->_nicServers[$ipNicServer])) {
$nHost = $this->_nicServers[$ipNicServer];
}