From 498a5160176625ba0311a1853c5399372731e623 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Tue, 7 Jul 2015 20:09:01 -0700 Subject: [ticket/13995] Remove deprecated projection media type PHPBB3-13995 --- phpBB/docs/auth_api.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/docs/auth_api.html') diff --git a/phpBB/docs/auth_api.html b/phpBB/docs/auth_api.html index d571e72dd4..a348435183 100644 --- a/phpBB/docs/auth_api.html +++ b/phpBB/docs/auth_api.html @@ -6,7 +6,7 @@ phpBB3 • Auth API - + @@ -110,7 +110,7 @@ $auth = new phpbb\auth\auth();

Following are the methods you are able to use.

2.i. acl

- +

The acl method is the initialisation routine for all the acl functions. If you intend calling any acl method you must first call this. The method takes as its one and only required parameter an associative array containing user information as stored in the database. This array must contain at least the following information; user_id, user_permissions and user_type. It is called in the following way:

-- 
cgit v1.2.1


From 6294c45bd39a28adc52813e4dbe903b40d28c9d4 Mon Sep 17 00:00:00 2001
From: Matt Friedman 
Date: Tue, 7 Jul 2015 20:09:47 -0700
Subject: [ticket/13995] Remove invalid name element from anchors in Docs

PHPBB3-13995
---
 phpBB/docs/auth_api.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'phpBB/docs/auth_api.html')

diff --git a/phpBB/docs/auth_api.html b/phpBB/docs/auth_api.html
index a348435183..27d090c296 100644
--- a/phpBB/docs/auth_api.html
+++ b/phpBB/docs/auth_api.html
@@ -285,7 +285,7 @@ $auth_admin = new auth_admin();
- +
-- cgit v1.2.1