From db5eb3acefeaf392ddee7f211925c8c866944719 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 25 Sep 2005 14:33:07 +0000 Subject: - adjusting group functions a little bit git-svn-id: file:///svn/phpbb/trunk@5228 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/coding-guidelines.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs/coding-guidelines.html') diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index c6493066d3..ee0b9f4e86 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -758,7 +758,7 @@ $start = request_var('start', '0');

Sessions should be initiated on each page, as near the top as possible using the following code:

-$user->start();
+$user->session_begin();
 $auth->acl($user->data);
 $user->setup();
 	
-- cgit v1.2.1