]> granicus.if.org Git - php/commitdiff
* added two missing end folds
authorStig Bakken <ssb@php.net>
Wed, 22 Aug 2001 00:09:27 +0000 (00:09 +0000)
committerStig Bakken <ssb@php.net>
Wed, 22 Aug 2001 00:09:27 +0000 (00:09 +0000)
ext/dbx/dbx.c

index 61c5bb292d0f041a40ef1c570c470e798e51917c..5e5916c88ae979c2966a8fd5768ae11a5ad85ffc 100644 (file)
@@ -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);
 }
+/* }}} */
 
 /***********************************/