On Mon, Nov 16, 2009 at 09:06, Simion Onea <[email protected]> wrote: > On Fri, 13 Nov 2009 22:36:52 +0200, Hannes Magnusson > <[email protected]> wrote: > >> The "fix" was to get http://doc.php.net/trantools/ working again. >> There is a good chance that the 'fixes' are wrong, but they did fix that >> page :) >> If you have a better fix, feel free to commit. > > Well, I don't actually know the details about where and how this file is > used. I use it to generate locally the status of the translation I am > working on. > I noticed that the lines 91 to 99 perform some checks and set the value of > $DOCDIR depending on the results, but the line 100 [re]sets this variable > thus making the above checks useless. > That's why I proposed to remove the checks if $DOCDIR must have the value > "./" all the time.
Like I said, I've no idea why those checks didn't work or what exactly the point with them are. If it works for you by using ./ then feel free to remove the previous checks - or if you really want to debug the problem.. feel free to do that too :) -Hannes
