forum.coppermine-gallery.net

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
Code: [Select]
$user_data = udb_get_user_infos($uid);
must be:
Code: [Select]
$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  :-*