partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 4828891105640c4cdfdc298e0e58432c37034f1c
parent 4e94be10f312c80cda7a4cf4513e683c257261af
Author: Felicitus <felicitus@felicitus.org>
Date:   Sat, 30 Mar 2013 12:51:02 +0100

Removed forced UTF-8 declaration

Diffstat:
Mtesting/SetupDatabase.php | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/testing/SetupDatabase.php b/testing/SetupDatabase.php @@ -1,8 +1,6 @@ <?php namespace PartKeepr\Testing; -declare(encoding = 'UTF-8'); - use PartKeepr\PartKeepr, PartKeepr\Setup\Migration\PartDB\PartDBMigration, PartKeepr\Util\Configuration, @@ -11,8 +9,6 @@ use PartKeepr\PartKeepr, use PartKeepr\Setup\Setup; -declare(encoding = 'UTF-8'); - include("../src/backend/PartKeepr/PartKeepr.php"); PartKeepr::initialize();