Gerald Lang wrote:
> Thank you for your help Liang-Hao,
>
> I have tested your changes and really - now all certificates are listed
> in the menu-box "Valid Certs". That's a great change for me.
>
> But if I look into "dBs Management - Valid Certs" there is further on an
> inconstistent value between "Stimated..." and "Real Elements Number".
>
> Do you have an idea?
>
> > $to = $maxItems if (not $to);
> > # Replace with this
All right, the previous modification is not good enough.
# $from = 0 if ( not $from );
if ( not $from ){ $from=0 }else{ $from++ }; # For Extra
References
# $to = $self->elements( DATATYPE=>$type ) if (not $to);
$to = $DB{LAST} if (not $to);
^^^^^^^^^^^ patch inconstistent problem
line 679
while( ( $returned <= $to ) and ( $counter < $itNum ) and
# ( $i <= $lastElement ) and ( $counter <= $to ) ) {
( $i <= $lastElement ) and ( $counter < $to ) ) {
But these are not the critical problems of this project.
begin:vcard
n:Chang;Liang-Hao
tel;home:(03)4376926
tel;work:(03)4563171-4707
x-mozilla-html:FALSE
org:ICQ: 48578759;Graduated Student of CYCU ICE
adr:;;;;;;
version:2.1
email;internet:[EMAIL PROTECTED]
title:Macleod (���J��)
fn:Liang-Hao Chang
end:vcard