Changeset 28
- Timestamp:
- 01/08/07 19:08:51 (2 years ago)
- Files:
-
- bb-ratings/trunk/bb-ratings.php (modified) (2 diffs)
- bb-ratings/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
bb-ratings/trunk/bb-ratings.php
r22 r28 6 6 Author: Michael D Adams 7 7 Author URI: http://blogwaffe.com/ 8 Version: 0.7. 18 Version: 0.7.2 9 9 */ 10 10 … … 170 170 bb_update_topicmeta( $topic_id, 'avg_rating', $avg ); 171 171 } elseif ( 0 != $new_status ) { 172 $bbdb->query("DELETE FROM $bbdb->topic_meta WHERE topic_id = '$topic_id' AND meta_key = 'avg_rating'");172 bb_delete_topicmeta( $topic_id, 'avg_rating' ); 173 173 } 174 174 } bb-ratings/trunk/readme.txt
r22 r28 4 4 Requires at least: 0.74 5 5 Tested up to: 0.74 6 Stable Tag: 0.7. 16 Stable Tag: 0.7.2 7 7 8 8 Allows users to rate topics on a simple 1-5 star scale.
