Commit c596bfc45480c94d6fd731252baac64b6a915ac3

Authored by Neil Blakey-Milner
1 parent 0a3623eb

Fix mis-commented section (breaks php code validation)


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3369 c91229c3-7414-0410-bfa2-8a42b809f60b
phpmailer/language/phpmailer.lang-tr.php
... ... @@ -2,7 +2,7 @@
2 2 /**
3 3 * PHPMailer dil dosyası.
4 4 * Türkçe Versiyonu
5   - */İZYAZILIM - Elçin Özel - Can Yılmaz - Mehmet Benlioğlu
  5 + */
6 6  
7 7 $PHPMAILER_LANG = array();
8 8  
... ... @@ -21,4 +21,4 @@ $PHPMAILER_LANG["file_access"] = 'Dosyaya erişilemiyor: ';
21 21 $PHPMAILER_LANG["file_open"] = 'Dosya Hatası: Dosya açılamıyor: ';
22 22 $PHPMAILER_LANG["encoding"] = 'Bilinmeyen şifreleme: ';
23 23  
24   -?>
25 24 \ No newline at end of file
  25 +?>
... ...