Browse code

somehow forgot the number of likes definition change

Clarissa Walker authored on 2026/08/22 19:52:25
Showing 1 changed files
... ...
@@ -558,7 +558,7 @@ else if(isset($_POST['submit'])) {
558 558
 		</tr>
559 559
 		<tr>
560 560
 				<td><label for='newratings'>"._WHATRATINGS. ":</label></td><td><select name='newratings'>
561
-				<option value='3'".($ratings == "3" ? " selected" : "").">"._LIKES_NUMBER."</option>
561
+				<option value='3'".($ratings == "3" ? " selected" : "").">"._LIKES_NUMBER_SYS."</option>
562 562
 				<option value='2'".($ratings == "2" ? " selected" : "").">"._LIKESYS."</option>
563 563
 				<option value='1'".($ratings == "1" ? " selected" : "").">"._STARS."</option>
564 564
 				<option value='0'".($ratings == "0" ? " selected" : "").">"._NONE."</option>