summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2001-08-22 00:09:27 +0000
committerStig Bakken <ssb@php.net>2001-08-22 00:09:27 +0000
commit3b4f80a035f732cdf0ae1a93d80aa0ae3e8bdab6 (patch)
tree29ff2d47d4efafe5a83d7a7d141ad17f0c0e88e6
parent1c10503029e0183c013c3c5269c105d474fa77ba (diff)
downloadphp-git-3b4f80a035f732cdf0ae1a93d80aa0ae3e8bdab6.tar.gz
* added two missing end folds
-rw-r--r--ext/dbx/dbx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/dbx/dbx.c b/ext/dbx/dbx.c
index 61c5bb292d..5e5916c88a 100644
--- a/ext/dbx/dbx.c
+++ b/ext/dbx/dbx.c
@@ -623,7 +623,7 @@ ZEND_FUNCTION(dbx_compare)
if (comparison_direction==DBX_CMP_DESC) RETURN_LONG(-result);
RETURN_LONG(result);
}
-
+/* }}} */
/* {{{ proto long dbx_sort(dbx_result_object dbx_result, string compare_function_name)
returns 0 on failure, 1 on success
@@ -657,6 +657,7 @@ ZEND_FUNCTION(dbx_sort)
RETURN_LONG(1);
}
+/* }}} */
/***********************************/