Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.3.5

Bug #23749 mistake of variable name
Submitted: 2018-05-09 08:25 UTC
From: tailliar Assigned:
Status: Open Package: Net_IPv4 (version 1.3.4)
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 9 - 1 = ?

 
 [2018-05-09 08:25 UTC] tailliar (kaoru izutani)
Description: ------------ 1)line 353: if (PEAR::isError($ipobj)) { should be if (PEAR::isError($ipobj1)) { 2)line 359: if (PEAR::isError($ipobj)) { should be if (PEAR::isError($ipobj2)) { Test script: --------------- When you see it, you will know.

Comments