Changeset 777243
- Timestamp:
- 09/23/2013 01:15:14 PM (13 years ago)
- Location:
- rockhoist-ratings/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
rh-ratings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rockhoist-ratings/trunk/readme.txt
r593452 r777243 32 32 == Changelog == 33 33 34 = 1.2.1 = 35 * Fixed compatability issue with query prepare statement. 36 34 37 = 1.2 = 35 38 * Fixed compatibility issue with content filter. -
rockhoist-ratings/trunk/rh-ratings.php
r593452 r777243 154 154 } 155 155 156 $rating_count = $wpdb->get_var( $wpdb->prepare( $sql ) );156 $rating_count = $wpdb->get_var( $wpdb->prepare( $sql, NULL ) ); 157 157 158 158 return $rating_count;
Note: See TracChangeset
for help on using the changeset viewer.