From 95cd08063872566da8943f79b96f9c647e4bd488 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Fri, 11 Nov 2011 22:35:08 +0000 Subject: [PATCH] UQ_COMP can't be controlled via scfg anymore and my system has it set. Rather than fiddle with my config file, I'll just remove this question. --- web/root/ecWeb/newUser.ssjs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/web/root/ecWeb/newUser.ssjs b/web/root/ecWeb/newUser.ssjs index d9260f20db..0d54a3895c 100644 --- a/web/root/ecWeb/newUser.ssjs +++ b/web/root/ecWeb/newUser.ssjs @@ -104,14 +104,6 @@ if(http_request.query.hasOwnProperty('action') && http_request.query.action == ' } } - if(system.newuser_questions&UQ_COMP) { - if(!http_request.query.hasOwnProperty('computer') || http_request.query.computer.length < 1) { - failString += '- Computer type not provided<br />'; - } else { - // user.computer is AKA host_name, so I'm not sure where to stick this answer. I suspect nobody will care anyway. :| - } - } - if(system.newuser_questions&UQ_COMPANY) { if(!http_request.query.hasOwnProperty('company') || http_request.query.company.length < 1) { failString += '- Company name not provided<br />'; -- GitLab