Subversion Repositories oidplus

Rev

Rev 139 | Rev 227 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 139 Rev 150
Line 21... Line 21...
21
 
21
 
22
header('Content-Type:text/html; charset=UTF-8');
22
header('Content-Type:text/html; charset=UTF-8');
23
 
23
 
24
OIDplus::init(true);
24
OIDplus::init(true);
25
 
25
 
26
OIDplus::db()->set_charset("UTF8");
-
 
27
OIDplus::db()->query("SET NAMES 'utf8'");
-
 
28
 
-
 
29
# ---
26
# ---
30
 
27
 
31
header('Content-Type:text/plain');
28
header('Content-Type:text/plain');
32
 
29
 
33
$nonConfidential = OIDplusObject::getAllNonConfidential();
30
$nonConfidential = OIDplusObject::getAllNonConfidential();