helly           Thu May 29 19:55:07 2003 EDT

  Modified files:              
    /spl        spl_functions.c 
  Log:
  Fix last commit
  
Index: spl/spl_functions.c
diff -u spl/spl_functions.c:1.7 spl/spl_functions.c:1.8
--- spl/spl_functions.c:1.7     Thu May 29 19:44:22 2003
+++ spl/spl_functions.c Thu May 29 19:55:07 2003
@@ -166,7 +166,7 @@
        spl_add_interfaces(list, pce TSRMLS_CC);
        while (pce->parent) {
                pce = pce->parent;
-               spl_add_classes(&pce->parent, list TSRMLS_CC);
+               spl_add_classes(&pce, list TSRMLS_CC);
        }
        return 0;
 }



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to