mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 05:11:27 +00:00 
			
		
		
		
	- make sure database returns all data utf8 encoded
This commit is contained in:
		
							parent
							
								
									2e74e8326a
								
							
						
					
					
						commit
						c4c3b991a8
					
				|  | @ -101,6 +101,7 @@ class LetoDMS_Core_DatabaseAccess { | |||
| 		if (!$this->_conn) | ||||
| 			return false; | ||||
| 
 | ||||
| 		$this->_conn->Execute('SET NAMES utf8'); | ||||
| 		$this->_connected = true; | ||||
| 		return true; | ||||
| 	} /* }}} */ | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 steinm
						steinm