Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
b4ffb7f8
Commit
b4ffb7f8
authored
Jan 18, 2007
by
Martyn Smith
Committed by
Martyn Smith
Jan 18, 2007
Browse files
param_boolean doesn't have "defaults"
parent
36a5c0bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/contacts/index.json.php
View file @
b4ffb7f8
...
...
@@ -31,10 +31,10 @@ require(dirname(dirname(__FILE__)) . '/init.php');
json_headers
();
$pending
=
param_boolean
(
'pending'
,
false
);
$pending
=
param_boolean
(
'pending'
);
$limit
=
param_integer
(
'limit'
,
10
);
$offset
=
param_integer
(
'offset'
,
0
);
$control
=
param_boolean
(
'control'
,
false
);
$control
=
param_boolean
(
'control'
);
$prefix
=
get_config
(
'dbprefix'
);
$userid
=
$USER
->
get
(
'id'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment