Hello :)
i found a small bug in udb-integration
file:
$Source: /cvsroot/coppermine/devel/profile.php,v $
$Revision: 1.36 $
$Author: nibbler999 $
$Date: 2005/01/02 21:14:42 $
line #325
$user_data = udb_get_user_infos($uid);
must be:
$user_data = $cpg_udb->get_user_infos($uid);
EDIT:
the same in line #238
appears to be fixed - please confirm fix.
Joachim
Yes. This is fixed.
oki :-*