]> granicus.if.org Git - php/commitdiff
ws fix
authorSterling Hughes <sterling@php.net>
Tue, 31 Jul 2001 19:43:11 +0000 (19:43 +0000)
committerSterling Hughes <sterling@php.net>
Tue, 31 Jul 2001 19:43:11 +0000 (19:43 +0000)
ext/xslt/sablot.c

index b9237da90f202c76033ec90d3bbb7b0be6d3d28a..9bdf0535ee31279537d1b814fbebb0b48d7c71fd 100644 (file)
@@ -499,7 +499,7 @@ PHP_FUNCTION(xslt_process)
 
        /* Translate a PHP array into a Sablotron array */
        if (argc > 4) {
-               xslt_make_array(args_p,   &args);
+               xslt_make_array(args_p, &args);
        }
        
        if (argc > 5) {