X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman%2FRoo.php;h=cfa433c8990ede30111bf7646beba5a7930579bb;hb=2a21380f242d94404aa7a59b7c7f6b9d274c0d80;hp=135c47b693c01f9293662e115b8569ea7c53663d;hpb=4c7cc8bf74ad563f5bc3ad8a4796b380801dee68;p=Pman.Base diff --git a/Pman/Roo.php b/Pman/Roo.php index 135c47b..cfa433c 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -64,7 +64,7 @@ class Pman_Roo extends Pman if (!$au) { $this->jerr("Not authenticated", array('authFailure' => true)); } - if (!$au->pid() ) { // not set up yet.. + if (!$au->pid() ) { // not set up yet.. $this->jerr("Not authenticated", array('authFailure' => true)); } @@ -73,7 +73,7 @@ class Pman_Roo extends Pman return true; } /** - * GET method Roo/TABLENAME.php + * GET method Roo/TABLENAME * * Generally for SELECT or Single SELECT *