diff options
author | Sergey Kartashoff <gluke@php.net> | 2004-11-14 18:30:40 +0000 |
---|---|---|
committer | Sergey Kartashoff <gluke@php.net> | 2004-11-14 18:30:40 +0000 |
commit | acc517cd5c7505d923ba90f39f8c2679297bbe03 (patch) | |
tree | 1e19a0dded7fcc74752c906bf3d6f686bd1db350 /ext/mnogosearch | |
parent | 95ff205e6c4339028a8771492b41e909909c6a55 (diff) | |
download | php-git-acc517cd5c7505d923ba90f39f8c2679297bbe03.tar.gz |
- More mnogosearch-3.2.23+ compatibility
Diffstat (limited to 'ext/mnogosearch')
-rw-r--r-- | ext/mnogosearch/php_mnogo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mnogosearch/php_mnogo.c b/ext/mnogosearch/php_mnogo.c index ad27d25abd..2570e794b6 100644 --- a/ext/mnogosearch/php_mnogo.c +++ b/ext/mnogosearch/php_mnogo.c @@ -1826,6 +1826,7 @@ DLEXPORT PHP_FUNCTION(udm_store_doc_cgi) UdmPrepare(Agent,Res); UdmVarListReplaceStr(&Doc->Sections, "URL", UdmVarListFindStr(&Agent->Conf->Vars, "URL", "0")); + UdmVarListReplaceStr(&Doc->Sections, "dbnum", UdmVarListFindStr(&Agent->Conf->Vars, "dbnum", "0")); UdmURLAction(Agent, Doc, UDM_URL_ACTION_GET_CACHED_COPY); UdmVarListReplaceLst(&Agent->Conf->Vars, &Doc->Sections, NULL, "*"); |