Subversion Repositories Applications.projet

Rev

Rev 394 | Rev 405 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 394 Rev 395
Line 231... Line 231...
231
 
231
 
232
		if ($short) {
232
		if ($short) {
233
			$outstr = preg_replace("/<.*>/", '', $outstr);
233
			$outstr = preg_replace("/<.*>/", '', $outstr);
234
			$outstr = preg_replace("/[\"']/", '', $outstr);
234
			$outstr = preg_replace("/[\"']/", '', $outstr);
-
 
235
		}
-
 
236
		
-
 
237
		$at_split = explode('@',$outstr);
Line 235... Line 238...
235
		}
238
		$outstr = $at_split[0];
236
 
239
 
237
		$points_sep = explode('.',$outstr);
240
		$points_sep = explode('.',$outstr);
238
		if(count($points_sep) > 2) {
241
		if(count($points_sep) > 2) {