From 370f6495738f35e757bc2ee12ecb746a7ec52575 Mon Sep 17 00:00:00 2001 From: "Jonathan.Wage" Date: Thu, 20 Sep 2007 15:03:44 +0000 Subject: [PATCH] Made blank again. --- playground/index.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/playground/index.php b/playground/index.php index ae8650f87..764990286 100644 --- a/playground/index.php +++ b/playground/index.php @@ -2,10 +2,4 @@ require_once('playground.php'); require_once('connection.php'); require_once('models.php'); -require_once('data.php'); - -Doctrine_Data::exportData('data/data.yml', 'yml', $tables); - -//Doctrine_Data::importData('data/data.yml', 'yml', $tables); - -//Doctrine_Data::exportData('data/test.yml', 'yml', $tables); \ No newline at end of file +require_once('data.php'); \ No newline at end of file