small bug in udb-integration profile.php small bug in udb-integration profile.php
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

small bug in udb-integration profile.php

Started by Andi, January 22, 2005, 07:14:19 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Andi

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
hope, I could help you... :)

Joachim Müller

appears to be fixed - please confirm fix.

Joachim

omniscientdeveloper


Andi

hope, I could help you... :)