From: Arno H. <aho...@in...> - 2000-10-22 19:59:21
|
> Here's the remaining translations -- just did a new update -d. I've committed them. I followed your suggestion and added a bit to setupwiki.php, so that some generic (English) pages will always be uploaded into the wiki, no matter which language is used. Currently these are: ReleaseNotes, TestPage, and SteveWainstead. According pages removed from locale/nl/pgsrc/ > Oh, there's another thing: I've also changed (a bit as a hack) > the fetch function for mysql, because `mysql_result' seems > now broken over here. The doco says mysql_fetch_row is better > anyway.. I've not included this hack. If you have read the docs carefully it says something like: instead of doing multiple mysql_result for getting one row, you should use mysql_fetch_row. Well, where mysql_result is used now only one value is fetched -- mysql_fetch_row is not necessarily better here. If it breaks for other people as well, I will change it. /Arno |