a couple of detailes

Esse commit está contido em:
FelipeNMoura
2012-02-07 01:18:54 -02:00
commit a8d3cb52bd
4 arquivos alterados com 4 adições e 5 exclusões
+1 -1
Ver Arquivo
@@ -10,7 +10,7 @@
<br/>
</div>
<div id="editorPanel">
<div id="editor">test<br/>test</div>
<div id="editor"></div>
</div>
<div id="consolePanel">
<br/>
-1
Ver Arquivo
@@ -26,7 +26,6 @@
}else
include('components/login.php');
}
?>
</body>
</html>
+1 -1
Ver Arquivo
@@ -25,7 +25,7 @@
public function executableFunction()
{
echo "AAAAAAAAA";
//echo "AAAAAAAAA";
if(!\API\User::userExists($this->user))
{
echo "user does not exist";
+1 -1
Ver Arquivo
@@ -67,7 +67,7 @@
$this->addRequiredArgument('attribute',
'The attribute you will change');
$this->addOptionalArgument('value',
'The value for that attribute(optional only for pwd');
'The value for that attribute(optional only for pwd)');
$this->addOptionalArgument('extra',
'An extra data about the defined attribute(the status or type for users or projects)');