Advanced search  

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

Pages: [1]   Go Down

Author Topic: small bug in udb-integration profile.php  (Read 3899 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.03 seconds with 18 queries.