fixed foreign keys problem;

fixed bug for new projects;
changes to sql generator;
Esse commit está contido em:
Felipe Nascimento de Moura
2011-06-05 21:51:56 -03:00
commit 45a79c7658
7 arquivos alterados com 37 adições e 26 exclusões
+1 -8
Ver Arquivo
@@ -32,15 +32,8 @@
EOT
);
$projectsList= \API\Project::projectList();
foreach($projectsList as $k=>$p)
{
$projectsList[$k]= $p['name'];
}
$this->addRequiredArgument('projectName',
'Specify the project name, you want to use/open',
$projectsList);
'Specify the project name, you want to use/open');
$this->init();
}