add string class from 4.10 to CL

Dieser Commit ist enthalten in:
o.pinke 2020-06-10 13:06:27 +02:00
Ursprung e626c18419
Commit 4bf94ddd9c
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -342,5 +342,7 @@ return array(
'POP3' => 'conlite/external/PHPMailer/class.pop3.php', 'POP3' => 'conlite/external/PHPMailer/class.pop3.php',
'Google' => 'conlite/external/PHPMailer/get_oauth_token.php', 'Google' => 'conlite/external/PHPMailer/get_oauth_token.php',
'PHPMailerOAuth' => 'conlite/external/PHPMailer/class.phpmaileroauth.php', 'PHPMailerOAuth' => 'conlite/external/PHPMailer/class.phpmaileroauth.php',
'PHPMailerOAuthGoogle' => 'conlite/external/PHPMailer/class.phpmaileroauthgoogle.php' 'PHPMailerOAuthGoogle' => 'conlite/external/PHPMailer/class.phpmaileroauthgoogle.php',
'cStringMultiByteWrapper' => 'conlite/classes/class.string.multi.byte.wrapper.php',
'cString' => 'conlite/classes/class.string.php'
); );