Skip to content
Snippets Groups Projects
Unverified Commit 395601ec authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

s/NULL/null

parent 886534d1
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ $config = array(
* Default:
* No default value.
*/
'username' => NULL,
'username' => null,
/*
* This option specifies the name of the attribute which contains the groups of the user. Set this option to
......@@ -43,9 +43,9 @@ $config = array(
* 'groups' => 'edupersonaffiliation',
*
* Default:
* 'groups' => NULL,
* 'groups' => null,
*/
'groups' => NULL,
'groups' => null,
/*
* This option contains the hostnames or IP addresses of the memcache servers where we should store the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment