From b11657d7bd77dcbd385b051451e7253e076ffd64 Mon Sep 17 00:00:00 2001 From: nuxsmin Date: Wed, 5 Feb 2014 14:40:55 +0100 Subject: [PATCH] Make public $queryLastId --- inc/groups.class.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/inc/groups.class.php b/inc/groups.class.php index 4b11c3ef..c5702c9c 100644 --- a/inc/groups.class.php +++ b/inc/groups.class.php @@ -34,8 +34,7 @@ class SP_Groups { static $groupId; static $groupName; static $groupDescription; - - private static $queryLastId; + static $queryLastId; /** * @brief Obtener los datos de un grupo @@ -391,4 +390,4 @@ class SP_Groups { return TRUE; } -} \ No newline at end of file +}