remove some unused variables

This commit is contained in:
Manuel Raynaud
2014-01-22 15:50:40 +01:00
parent 1974d3e3c3
commit 1b2c1d53ac
40 changed files with 82 additions and 182 deletions

View File

@@ -40,7 +40,7 @@ class DefinePropel
{
$connection = $this->processorConfig["connection"];
return $conf = array(
return array(
"dsn" => $connection["dsn"],
"user" => $connection["user"],
"password" => $connection["password"],