added rating star to log lists; (re-)added missing newlog/editlog translations

This commit is contained in:
following
2013-07-21 20:25:41 +02:00
parent 882f8c2c95
commit 1680a5237b
11 changed files with 48 additions and 19 deletions

View File

@ -44,7 +44,7 @@
INNER JOIN `caches` ON `cache_rating`.`cache_id`=`caches`.`cache_id`
LEFT JOIN `caches_attributes` `ca` ON `ca`.`cache_id`=`caches`.`cache_id` AND `ca`.`attrib_id`=6
WHERE `cache_rating`.`user_id`='&1'
ORDER BY `caches`.`name` ASC", $login->userid);
ORDER BY `rating_date` DESC", $login->userid);
$tpl->assign_rs('ratings', $rs);
sql_free_result($rs);