Updated the readme.

This commit is contained in:
2016-02-29 13:05:37 +02:00
parent 15e3c82dd2
commit 5a541340c8
363 changed files with 382 additions and 391 deletions

View File

@ -27,10 +27,6 @@
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
// import the Joomla librarys
jimport('joomla.application.component.modellist');
jimport('joomla.application');
/**
* Get class as the main compilers class
*/
@ -2226,7 +2222,6 @@ class Get
{
// get the data
$data = $db->loadObjectList();
// echo'<pre>';var_dump($data);exit;
// start building the MySql dump
$dump = "--";
$dump .= "\n-- Dumping data for table `#__[[[component]]]_".$view."`";