coppermine-gallery.com/forum

Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: Andi on January 22, 2005, 07:14:19 PM

Title: small bug in udb-integration profile.php
Post by: Andi on January 22, 2005, 07:14:19 PM
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
Title: Re: small bug in udb-integration profile.php
Post by: Joachim Müller on February 18, 2005, 08:53:13 AM
appears to be fixed - please confirm fix.

Joachim
Title: Re: small bug in udb-integration profile.php
Post by: omniscientdeveloper on February 18, 2005, 09:10:00 AM
Yes. This is fixed.
Title: Re: small bug in udb-integration profile.php
Post by: Andi on February 18, 2005, 03:40:04 PM
oki  :-*