1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 23:48:14 +02:00
Files
archived-php-src/ext/pdo/tests/pdo.inc
T
2005-02-20 17:56:19 +00:00

12 lines
125 B
PHP
Executable File

<?php
function set_sql($name, $query)
{
if (empty($GLOBALS['SQL'][$name]))
{
$GLOBALS['SQL'][$name] = $query;
}
}
?>