[Paulscriptsmods-checkin] ajax_shout/root ajax.php, 1.21.2.20, 1.21.2.21
Status: Beta
Brought to you by:
paulsohier
From: Paul S. <pau...@us...> - 2007-06-19 09:53:50
|
Update of /cvsroot/paulscriptsmods/ajax_shout/root In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14606/root Modified Files: Tag: phpbb3_ver ajax.php Log Message: Small bug. Index: ajax.php =================================================================== RCS file: /cvsroot/paulscriptsmods/ajax_shout/root/ajax.php,v retrieving revision 1.21.2.20 retrieving revision 1.21.2.21 diff -C2 -d -r1.21.2.20 -r1.21.2.21 *** ajax.php 18 Jun 2007 19:17:14 -0000 1.21.2.20 --- ajax.php 19 Jun 2007 09:53:50 -0000 1.21.2.21 *************** *** 23,27 **** $user->session_begin(false); $auth->acl($user->data); ! $user->setup('shout'); // We have our own error handling! --- 23,27 ---- $user->session_begin(false); $auth->acl($user->data); ! $user->setup('mods/shout'); // We have our own error handling! |