add string class from 4.10 to CL

Cette révision appartient à :
o.pinke 2020-06-10 13:06:27 +02:00
Parent e626c18419
révision 4bf94ddd9c
1 fichiers modifiés avec 3 ajouts et 1 suppressions

Voir le fichier

@ -342,5 +342,7 @@ return array(
'POP3' => 'conlite/external/PHPMailer/class.pop3.php',
'Google' => 'conlite/external/PHPMailer/get_oauth_token.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'
);