summaryrefslogtreecommitdiff
path: root/ext/pdo/tests/pdo.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo/tests/pdo.inc')
-rwxr-xr-xext/pdo/tests/pdo.inc20
1 files changed, 10 insertions, 10 deletions
diff --git a/ext/pdo/tests/pdo.inc b/ext/pdo/tests/pdo.inc
index 9bf6d5974..8089236bb 100755
--- a/ext/pdo/tests/pdo.inc
+++ b/ext/pdo/tests/pdo.inc
@@ -1,10 +1,10 @@
-<?php
-
-function set_sql($name, $query)
-{
- if (empty($GLOBALS['SQL'][$name]))
- {
- $GLOBALS['SQL'][$name] = $query;
- }
-}
-?>
+<?php
+
+function set_sql($name, $query)
+{
+ if (empty($GLOBALS['SQL'][$name]))
+ {
+ $GLOBALS['SQL'][$name] = $query;
+ }
+}
+?>