Changeset 918 for trunk/cgi-bin/ljprotocol.pl
- Timestamp:
- 03/16/02 23:26:13 (11 years ago)
- Files:
-
- 1 modified
-
trunk/cgi-bin/ljprotocol.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/ljprotocol.pl
r913 r918 229 229 if ($req->{'includegroups'}) { 230 230 $res->{'friendgroups'} = list_friendgroups($dbs, $u); 231 if ($req->{'ver'} >= 1) {232 foreach (@{$res->{'friendgroups'}}) {233 LJ::text_out(\$_->{'name'});234 }235 }231 if ($req->{'ver'} >= 1) { 232 foreach (@{$res->{'friendgroups'}}) { 233 LJ::text_out(\$_->{'name'}); 234 } 235 } 236 236 } 237 237 if ($req->{'includefriendof'}) {
