[IP.Download] Pagination on My Downloads FIX > nEwZ - sCRiPTz-TEAM.iNFO

Canal Rss Canal Rss
Canal Atom Canal Atom 

[IP.Download] Pagination on My Downloads FIX

Category: sCRiPTz - TEAM News & Updates
Viewed: 34 times
Printerfriendly version version of Microsoft Word HTML version

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 );
                               
}
                       
}

Sat, 27 February 2010