Bug/typo with $filtertemp in cpmfetch_dao.php Bug/typo with $filtertemp in cpmfetch_dao.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

Bug/typo with $filtertemp in cpmfetch_dao.php

Started by Nibbler, July 03, 2008, 01:16:56 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Nibbler

$filtertemp = substr($filtertemp,0, strlen($this->$filtertemp) - 4);

I think that should be

$filtertemp = substr($filtertemp,0, strlen($filtertemp) - 4);