diff options
author | Sebastian Bergmann <sbergmann@php.net> | 2000-12-04 07:05:16 +0000 |
---|---|---|
committer | Sebastian Bergmann <sbergmann@php.net> | 2000-12-04 07:05:16 +0000 |
commit | c20df3704518140e605efd47282ab4529e15a3e6 (patch) | |
tree | cde76a161df98aa90850e384825a2ae99f83025c | |
parent | 676bb6b9a0745db456ac7a1e5f5ce6182e243071 (diff) | |
download | php-git-c20df3704518140e605efd47282ab4529e15a3e6.tar.gz |
No comment.
-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 |