Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: small bug in udb-integration profile.php  (Read 3911 times)

0 Members and 1 Guest are viewing this topic.

Andi

  • VIP
  • Coppermine regular visitor
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 85
  • Join the Future
    • www.pragmamx.org
small bug in udb-integration profile.php
« 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
« Last Edit: February 18, 2005, 09:10:24 am by omniscientdeveloper »
Logged
hope, I could help you... :)

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: small bug in udb-integration profile.php
« Reply #1 on: February 18, 2005, 08:53:13 am »

appears to be fixed - please confirm fix.

Joachim
Logged

omniscientdeveloper

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 901
Re: small bug in udb-integration profile.php
« Reply #2 on: February 18, 2005, 09:10:00 am »

Yes. This is fixed.
Logged

Andi

  • VIP
  • Coppermine regular visitor
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 85
  • Join the Future
    • www.pragmamx.org
Re: small bug in udb-integration profile.php
« Reply #3 on: February 18, 2005, 03:40:04 pm »

oki  :-*
Logged
hope, I could help you... :)
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 19 queries.