nEwZ - sCRiPTz-TEAM.iNFO

A printed version of the article

Click here to view the article in its original format

nEwZ - sCRiPTz-TEAM.iNFO _ sCRiPTz - TEAM News & Updates _ [IP.Download] Pagination on My Downloads FIX

Added by: sCRiPTz-TEAM.iNFO Sat, 27 February 2010

on adminapplications_addonipsdownloadssourcesclassesmoderate.php and it's ok...

                        $this->DB->delete( 'downloads_downloads', 'dfid ='.$row['file_id'] );


below

                        //-----------------------------------------
                       
// Delete old versions
                       
//-----------------------------------------    
                       
                        $this
->DB->build( array( 'select' => '*', 'from' => 'downloads_filebackup', 'where' => "b_fileid=" . $row['file_id'] ) );
                        $inner
= $this->DB->execute();
                       
                       
if( $this->DB->getTotalRows($inner) )
                       
{
                               
while( $r = $this->DB->fetch($inner) )
                               
{
                                        $versions
->remove( $file, $r ['b_id'], $r, $file );
                               
}
                       
}


Source: /?newz=23

Powered by nEwZ - sCRiPTz-TEAM.iNFO
© sCRiPTz-TEAM dEv. (sCRiPTz-TEAM.iNFO)