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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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... :)