diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-01-20 09:52:50 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-01-20 09:52:50 +0000 |
| commit | 098c1b67a9301f79144d953c435af5f55315bdd9 (patch) | |
| tree | 5183ceaaa6c47f191373c1ed12278654bff993ba /roundcubemail/program/lib/Net/IDNA2/Exception/Nameprep.php | |
| parent | 048dcde2183f67ed45c4dca64f8cb4f948a168a0 (diff) | |
- Updated PEAR::Net_IDNA2 to 0.1.1
git-svn-id: https://svn.roundcube.net/trunk@4436 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/lib/Net/IDNA2/Exception/Nameprep.php')
| -rw-r--r-- | roundcubemail/program/lib/Net/IDNA2/Exception/Nameprep.php | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/roundcubemail/program/lib/Net/IDNA2/Exception/Nameprep.php b/roundcubemail/program/lib/Net/IDNA2/Exception/Nameprep.php index a753e173d..44cbd6bb9 100644 --- a/roundcubemail/program/lib/Net/IDNA2/Exception/Nameprep.php +++ b/roundcubemail/program/lib/Net/IDNA2/Exception/Nameprep.php @@ -1,5 +1,6 @@ -<?php
-require_once 'Net/IDNA2/Exception.php';
-
-class Net_IDNA2_Exception_Nameprep extends Net_IDNA2_Exception {
-}
\ No newline at end of file +<?php +require_once 'Net/IDNA2/Exception.php'; + +class Net_IDNA2_Exception_Nameprep extends Net_IDNA2_Exception +{ +} |
