summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sbergmann@php.net>2000-12-04 07:05:16 +0000
committerSebastian Bergmann <sbergmann@php.net>2000-12-04 07:05:16 +0000
commitc20df3704518140e605efd47282ab4529e15a3e6 (patch)
treecde76a161df98aa90850e384825a2ae99f83025c
parent676bb6b9a0745db456ac7a1e5f5ce6182e243071 (diff)
downloadphp-git-c20df3704518140e605efd47282ab4529e15a3e6.tar.gz
No comment.
-rw-r--r--pear/DB.php4
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