4 lines
138 B
Smarty
4 lines
138 B
Smarty
<?php
|
|
// SQLite is typeless, so we'll treat everything like string
|
|
print "'" . sqlite_escape_string($column->getValue()) . "'";
|
|
?> |