--- lib/A3C/Model/User.pm 2008/03/17 21:30:59 27 +++ lib/A3C/Model/User.pm 2008/03/18 16:15:16 29 @@ -22,15 +22,13 @@ column cn => label is _('Ime i prezime'), - is virtual; + is mandatory; column sn => - is virtual, label is _('Prezime'), is mandatory; column givenName => - is virtual, label is _('Ime'), is mandatory;