summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-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.';