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: Bug/typo with $filtertemp in cpmfetch_dao.php  (Read 4854 times)

0 Members and 1 Guest are viewing this topic.

Nibbler

  • Guest
Bug/typo with $filtertemp in cpmfetch_dao.php
« on: July 03, 2008, 01:16:56 am »

Code: [Select]
$filtertemp = substr($filtertemp,0, strlen($this->$filtertemp) - 4);
I think that should be

Code: [Select]
$filtertemp = substr($filtertemp,0, strlen($filtertemp) - 4);
Logged
Pages: [1]   Go Up
 

Page created in 0.024 seconds with 17 queries.