summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortailor <cygnus@cprogrammer.org>2007-03-12 18:29:35 +0000
committertailor <cygnus@cprogrammer.org>2007-03-12 18:29:35 +0000
commit5bb8e125af13fb7f5f538795fa52c61cbcfc3593 (patch)
treec9f46ff23dbd00fc686d4bd8494bc920139b40a4
parent3093982d0b3490c5c952c51eafa334b07543880c (diff)
downloadphp-openid-5bb8e125af13fb7f5f538795fa52c61cbcfc3593.zip
php-openid-5bb8e125af13fb7f5f538795fa52c61cbcfc3593.tar.gz
php-openid-5bb8e125af13fb7f5f538795fa52c61cbcfc3593.tar.bz2
[project @ Boldify text]
-rw-r--r--examples/detect.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/detect.php b/examples/detect.php
index 8b86e75..f4ce864 100644
--- a/examples/detect.php
+++ b/examples/detect.php
@@ -319,6 +319,7 @@ function detect_stores($r, &$out)
$last = array_pop($found);
$text .= implode(', ', $found) . ' and ' . $last . '.';
}
+ $text = $r->b($text);
}
$text .= ' The library supports the MySQL, PostgreSQL, and SQLite ' .
'database engines.';