Changeset 502 for trunk/app/views/groups

Show
Ignore:
Timestamp:
05/17/08 15:51:23 (7 months ago)
Author:
aarkerio
Message:

Loque sea

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/groups/admin_edit.ctp

    r498 r502  
    2727  var code  = document.getElementById("GroupCode"); 
    2828   
    29   if (code.value.length < 4) 
     29  if (code.value.length < 6) 
    3030  { 
    31     alert('The code must have at least four characters'); 
     31    alert('The code must have at least six characters'); 
    3232    code.focus(); 
    3333    return false;