This commit is contained in:
Thies C. Arntzen 2000-08-09 17:52:30 +00:00
parent 9a2d9b993d
commit 57faf76605

View file

@ -759,7 +759,7 @@ PHP_RSHUTDOWN_FUNCTION(basic)
PHP_RSHUTDOWN(assert)(SHUTDOWN_FUNC_ARGS_PASSTHRU); PHP_RSHUTDOWN(assert)(SHUTDOWN_FUNC_ARGS_PASSTHRU);
#ifdef TRANS_SID #ifdef TRANS_SID
PHP_RSHUTDOWN(url_scanner)(INIT_FUNC_ARGS_PASSTHRU); PHP_RSHUTDOWN(url_scanner)(SHUTDOWN_FUNC_ARGS_PASSTHRU);
#endif #endif
return SUCCESS; return SUCCESS;