Subversion Repositories oidplus

Rev

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

Rev 117 Rev 150
Line 2... Line 2...
2
 
2
 
3
require_once __DIR__ . '/../includes/oidplus.inc.php';
3
require_once __DIR__ . '/../includes/oidplus.inc.php';
4
 
4
 
5
OIDplus::init(true);
5
OIDplus::init(true);
6
 
6
 
7
OIDplus::db()->set_charset("UTF8");
-
 
8
OIDplus::db()->query("SET NAMES 'utf8'");
-
 
9
 
-
 
10
// This file tests all log events (to verify that the logmasks are working)
7
// This file tests all log events (to verify that the logmasks are working)
11
 
8
 
12
$id = 'oid:2.999';
9
$id = 'oid:2.999';
13
$email = 'oidra@viathinksoft.de';
10
$email = 'oidra@viathinksoft.de';
14
$old_email = 'oidra@viathinksoft.de';
11
$old_email = 'oidra@viathinksoft.de';