Browse Source

Changed the cut limit for the group popular CT#444

Arthur Portugal 15 years ago
parent
commit
2d2512d695
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/social/groups.php

+ 1 - 1
main/social/groups.php

@@ -215,7 +215,7 @@ if ($group_id != 0 ) {
 			$result['count'] = $result['count'].' '.get_lang('Members');
 		}
 		
-		$groups[]= array($url_open.$result['picture_uri'].$url_close, $url_open.$result['name'].$url_close,$result['count'],cut($result['description'],180,true));
+		$groups[]= array($url_open.$result['picture_uri'].$url_close, $url_open.$result['name'].$url_close,$result['count'],cut($result['description'],120,true));
 	}
 	if (count($groups) > 0) {
 		echo '<h1>'.get_lang('Popular').'</h1>';