Changeset 38
- Timestamp:
- 03/14/06 16:13:10 (2 years ago)
- Files:
-
- trunk/public_html/akarru.lib/memes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/public_html/akarru.lib/memes.php
r36 r38 196 196 $meme_id = $meme->ID; 197 197 $uid = $this->user_id; 198 if (empty($uid)) { 199 $uid = 0; 200 } 198 201 $meme->voted = $this->db->fetch_scalar("select count(*) from post_votes where post_id = $meme_id and user_id = $uid "); 199 202 $result[] = $meme;
