From a8d3cb52bd08f8c12cffdab7f2cc2bff187cd255 Mon Sep 17 00:00:00 2001 From: FelipeNMoura Date: Tue, 7 Feb 2012 01:18:54 -0200 Subject: [PATCH] a couple of detailes --- docs/RIDE/components/ide.php | 2 +- docs/RIDE/index.php | 3 +-- mind3rd/API/programs/Add.php | 2 +- mind3rd/API/programs/Set.php | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/RIDE/components/ide.php b/docs/RIDE/components/ide.php index eaaf0c1..278f02a 100644 --- a/docs/RIDE/components/ide.php +++ b/docs/RIDE/components/ide.php @@ -10,7 +10,7 @@
-
test
test
+

diff --git a/docs/RIDE/index.php b/docs/RIDE/index.php index 3b0ae29..a308db0 100644 --- a/docs/RIDE/index.php +++ b/docs/RIDE/index.php @@ -25,8 +25,7 @@ include('components/ide.php'); }else include('components/login.php'); - } - + } ?> \ No newline at end of file diff --git a/mind3rd/API/programs/Add.php b/mind3rd/API/programs/Add.php index 8607687..4d2ba63 100644 --- a/mind3rd/API/programs/Add.php +++ b/mind3rd/API/programs/Add.php @@ -25,7 +25,7 @@ public function executableFunction() { - echo "AAAAAAAAA"; + //echo "AAAAAAAAA"; if(!\API\User::userExists($this->user)) { echo "user does not exist"; diff --git a/mind3rd/API/programs/Set.php b/mind3rd/API/programs/Set.php index 0856092..4303fb9 100644 --- a/mind3rd/API/programs/Set.php +++ b/mind3rd/API/programs/Set.php @@ -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)');