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
integration
prechecker
Commits
d14fc380
Commit
d14fc380
authored
May 03, 2009
by
stronk7
Browse files
MDL-19055 two missed XHTML fixes forgotten in previous commit.
parent
2f326cef
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/adodb/adodb-lib.inc.php
View file @
d14fc380
...
...
@@ -1102,11 +1102,11 @@ function _adodb_backtrace($printOrArr=true,$levels=9999,$skippy=0,$ishtml=null)
if
(
$ishtml
===
null
)
$html
=
(
isset
(
$_SERVER
[
'HTTP_USER_AGENT'
]));
else
$html
=
$ishtml
;
$fmt
=
(
$html
)
?
"</font><font color=#808080 size=
-1
> %% line %4d, file: <a href=
\"
file:/%s
\"
>%s</a></font>"
:
"%% line %4d, file: %s"
;
$fmt
=
(
$html
)
?
"</font><font color=
\"
#808080
\"
size=
\"
-1
\"
> %% line %4d, file: <a href=
\"
file:/%s
\"
>%s</a></font>"
:
"%% line %4d, file: %s"
;
/// Moodle XHTML
$MAXSTRLEN
=
128
;
$s
=
(
$html
)
?
'<pre align=left>'
:
''
;
$s
=
(
$html
)
?
'<pre align=
"
left
"
>'
:
''
;
/// Moodle XHTML
if
(
is_array
(
$printOrArr
))
$traceArr
=
$printOrArr
;
else
$traceArr
=
debug_backtrace
();
...
...
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