diff options
-rw-r--r-- | pear/DB.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pear/DB.php b/pear/DB.php index f631011d6b..ae36a4b4db 100644 --- a/pear/DB.php +++ b/pear/DB.php @@ -80,8 +80,8 @@ * into your database). */ - define( "DB_PARAM_SCALAR", 1); - define( "DB_PARAM_OPAQUE", 2); + define( "DB_PARAM_SCALAR", 1 ); + define( "DB_PARAM_OPAQUE", 2 ); /* * These constants define different ways of returning binary data |