Annotation of embedaddon/php/ext/pdo/tests/pdo.inc, revision 1.1

1.1     ! misho       1: <?php
        !             2: 
        !             3: function set_sql($name,  $query)
        !             4: {
        !             5:        if (empty($GLOBALS['SQL'][$name]))
        !             6:        {
        !             7:                $GLOBALS['SQL'][$name] = $query;
        !             8:        }
        !             9: }
        !            10: ?>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>