Skip to content
Snippets Groups Projects
Commit b737292e authored by rswindell's avatar rswindell
Browse files

Fix ReferenceError: undefineD is not defined

parent d87bbcac
No related branches found
No related tags found
No related merge requests found
// $Id$
if(!js.global || js.global.SOCK_STREAM==undefineD)
if(!js.global || js.global.SOCK_STREAM==undefined)
load("sockdefs.js");
if(!js.global || js.global.mail_get_name==undefined)
load("mailutil.js");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment