Cutenews Error?

Does your cutenews on your site keep getting an error message like this? Warning: Division by zero in public_html/adminpanel/inc/functions.inc.php on line 469 To solve this problem simply follow these instructions Go to your cutenews folder, then click on the inc folder and you will find function.inc.php this is the file you want to edit, open it up. Find the line number 469 where it says (you can use the ctrl+f function to find the following code): if($break_location and $i%$break_location == 0) replace the line with this: if($break_location) Save the file, transfer it and the cutenews should work!