Thread
:
psio v2.0 suggestions
View Single Post
04-17-2006, 09:55 AM
Freestyler
Junior Member
Join Date: Nov 2003
Posts: 19
If I upload a mp3 file to a path where sfv isnt forced, i get the error division by zero in functions.php line 4.
I fixed with:
Code:
if ($total > 0) { $dpercent = round($found/$total,1); } else { $dpercent = 0; }
Freestyler
View Public Profile
Find More Posts by Freestyler