The diff links require the system to have a "diff" program available. The "diff" program is standard on Unix-derived systems, but is usually not installed on MS-Windows systems. Fortunately diff programs for Windows are available--see UseModWiki/DiffForWindows for more information. --CliffordAdams
No, diff is on board and in the path. Should work :-[
$ENV{PATH} = "/usr/bin/"; # Path used to find "diff"
I have both ActiveState? Perl and Cygwin Perl on my box. I had to do this:
$ENV{PATH} = "c:/perl/bin;c:/local/cygwin/bin/"
to have the correct Perl used while still being able to use the Cygwin diff program.
* Actions: Patched the script; edited same page in two windows and saved. No conflict warning.
Sorry. Read too fast and missed the '..different IP/browser' part. This is the successful output:
-- Inserted Error Message --
Edit Conflict!
Someone saved this page after you started editing. The top textbox contains the saved text. Only the text in the top textbox will be saved.
Scroll down to see your edited text.
Last save time: February 18, 2004 11:22 pm (Current time is: February 18, 2004 11:22 pm) [plus text boxes]
-- Inserted Error Message End --
Thanks again ;-)