(0050237)
haroldbr (reporter)
30-09-08 22:02
|
I ran into this same issue. To redeem the problem I created a script that clears out the stats for a message. It is activated by a link on the 'message' page. Before it clears the stats, it asks you to confirm the action, which is irreversible. To use this script, drop it in your /admin folder and edit /admin/message.php. Change line 51 to:
print ''.PageLink2('send&id='.$id,$GLOBALS['I18N']->get('Edit this message'))." ";
print PageLink2('statsreset&id='.$id,'clear the stats for this message').' '; |