DrupalBin
Submit Code
About
Recent Posts
Failed relationship
7 hours 6 min
ago
Fix for Code
8 hours 20 min
ago
Fix for Code
8 hours 24 min
ago
Fix for Code
8 hours 43 min
ago
more
Tags
CCK
fapi
jquery
menu
module
Panels
php
simpletest
template.php
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
user_access
user module causes warning while calling user_access()
April 3, 2008 - 3:36pm — Anonymous
function
user_is_queue_member
(
$account
)
{
global
$user
;
/*
* if I omit the following check it creates
* following error:
bug
user module
user_access
Read more
This is simplemodule.module . It only has 3 lines of code. not working :(
March 17, 2008 - 3:37am — Anonymous
<?php
# vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:
function
simplemodule_user
(
$op
, &
$edit
, &
$account
,
$category
=
NULL
)
{
hook_user
module
user_access
Read more