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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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