From 2a21380f242d94404aa7a59b7c7f6b9d274c0d80 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 15 Oct 2018 14:31:06 +0800 Subject: [PATCH] Pman/Roo.php --- Pman/Roo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 * -- 2.39.2