From: Alan Knowles Date: Mon, 15 Oct 2018 06:31:06 +0000 (+0800) Subject: Pman/Roo.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=2a21380f242d94404aa7a59b7c7f6b9d274c0d80 Pman/Roo.php --- 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 *