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
98760aad
Commit
98760aad
authored
Apr 25, 2007
by
Penny Leach
Browse files
keeping mysql happy: use bindtimestamp rather than dbtimestamp as it's
not quoted
parent
a3261ae7
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/dml.php
View file @
98760aad
...
...
@@ -1267,7 +1267,7 @@ function db_format_timestamp($ts) {
if
(
$ts
===
null
||
$ts
===
''
)
{
return
null
;
}
return
$db
->
D
BTimeStamp
(
$ts
);
return
$db
->
B
ind
TimeStamp
(
$ts
);
}
/**
...
...
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