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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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