mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-30 20:51:22 +00:00 
			
		
		
		
	Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
		
						commit
						45f1184696
					
				|  | @ -93,7 +93,7 @@ function renderGroupData($colname, $objdata) { /* {{{ */ | |||
| 		$gn = $kk[1]; | ||||
| 	else | ||||
| 		$gn = '1'; | ||||
| 	if($objdata['groups'][$gn]) | ||||
| 	if(!empty($objdata['groups'][$gn])) | ||||
| 		$html .= $objdata['groups'][$gn]->getName(); | ||||
| 	return $html; | ||||
| } /* }}} */ | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann