Show
Ignore:
Timestamp:
02/20/12 18:06:39 (1 year ago)
Author:
p_lindheimer
Message:

closes #4969 (I think) treats withheld same as anonymous, blocked and others already being handled

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.10/core/page.did.php

    r12852 r13488  
    350350 
    351351  var mycid = theForm.cidnum.value.toLowerCase(); 
    352   if (!isDialpattern(mycid) && mycid.substring(0,4) != "priv" && mycid.substring(0,5) != "block" && mycid != "unknown" && mycid.substring(0,8) != "restrict" && mycid.substring(0,7) != "unavail" && mycid.substring(0,6) != "anonym"
     352  if (!isDialpattern(mycid) && mycid.substring(0,4) != "priv" && mycid.substring(0,5) != "block" && mycid != "unknown" && mycid.substring(0,8) != "restrict" && mycid.substring(0,7) != "unavail" && mycid.substring(0,6) != "anonym" && mycid.substring(0,7) != "witheld"
    353353    return warnInvalid(theForm.cidnum, msgInvalidCIDNum); 
    354354