Thread: upload error
View Single Post
  #4  
Old 14th October 2008, 23:57
pdq pdq is offline
TBDev BANNED Warrior
 
Join Date: Sep 2008
P2P
Posts: 46
Default
PHP Code:
if (($totallen $max_public_torrent_size) && (get_user_class() < UC_USER
should be
PHP Code:
if (($totallen $max_public_torrent_size) && (get_user_class() < UC_USER)) 
yay for syntax highlighting :)

=]
Reply With Quote