Adding / Removing from favorites message "your vote was accepted" Adding / Removing from favorites message "your vote was accepted"
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Adding / Removing from favorites message "your vote was accepted"

Started by the_todd, November 12, 2005, 11:22:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

the_todd

When adding or removing an image from favorites the script addfav.php only says "your vote was accepted".
addfav.php line 77:
msg_box($lang_info, $lang_rate_pic_php['rate_ok'], $lang_continue, $location); 
I suggest you make a new language variable pertaining to the actual action being performed.
Perhaps something like "favorites updated"

~Todd

the_todd