News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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