From b869d66e44095bc7ac5e4cbd2dde2ef9217a65df Mon Sep 17 00:00:00 2001 From: Horus3 Date: Mon, 24 Feb 2014 19:09:58 +0100 Subject: . --- www/zend_init.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'www/zend_init.php') diff --git a/www/zend_init.php b/www/zend_init.php index 3089906..abfad93 100644 --- a/www/zend_init.php +++ b/www/zend_init.php @@ -6,5 +6,3 @@ require_once 'Zend/Loader.php'; // the Zend dir must be in your include_path Zend_Loader::loadClass('Zend_Gdata_YouTube'); $yt = new Zend_Gdata_YouTube(); $yt->setMajorProtocolVersion(2); - -return $yt; -- cgit v1.2.3