Skip to content

Commit

Permalink
Update sample/social/list.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mstdokumaci committed May 22, 2012
1 parent bad441d commit 86395b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sample/social/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
echo '<li>' . $post['text'] . ' (' . count($post['comment']) . ')</li>' . "\n";
}
echo '</ul>' . "\n";

echo '<h1>Top 5 Comments with Most Likes</h1>' . "\n";
echo '<ul>' . "\n";
foreach ($adb->id_list('comment', false, 'liker DESC', 5) as $id) {
Expand Down

0 comments on commit 86395b6

Please sign in to comment.