Skip to content

Commit

Permalink
more likes
Browse files Browse the repository at this point in the history
  • Loading branch information
mstdokumaci committed May 22, 2012
1 parent 64c92e9 commit 661fbb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/social/randomize.php
Expand Up @@ -42,9 +42,9 @@
$user_count=5;
$friend_count=10;
$post_count=15;
$post_like_count=40;
$post_like_count=50;
$comment_count=20;
$comment_like_count=50;
$comment_like_count=60;

for ($i=1;$i<=$user_count;$i++) {
$name=$names[mt_rand(0, $name_count)];
Expand Down

0 comments on commit 661fbb6

Please sign in to comment.