[Bug 888] New - Command line for wvHtml is wrong in <hordedir>/imp/lib/mimetypes.lib
bugs@bugs.horde.org
bugs@bugs.horde.org
Sun, 3 Mar 2002 08:45:55 -0400
http://bugs.horde.org/show_bug.cgi?id=888
*** shadow/888 Sun Mar 3 08:45:55 2002
--- shadow/888.tmp.10892 Sun Mar 3 08:45:55 2002
***************
*** 0 ****
--- 1,31 ----
+ Bug#: 888
+ Product: Horde
+ Version: other
+ Platform: PHP Code
+ OS/Version: FreeBSD
+ Status: NEW
+ Resolution:
+ Severity: trivial
+ Priority: P2
+ Component: IMP
+ Area: BUILD
+ AssignedTo: chuck@horde.org
+ ReportedBy: oliver.helmling@web.de
+ URL:
+ Summary: Command line for wvHtml is wrong in <hordedir>/imp/lib/mimetypes.lib
+
+ original cmdline is:
+ $pipe = popen("$default->path_to_mswordview $word_name 2>&1","r");
+
+ should read:$pipe = popen("$default->path_to_mswordview $word_name - 2>&1","r");
+ -------------------------------------------------------------------^ this is
+ writing to stdout!
+
+ probably just a typo.
+
+ wvHtml takes two args
+
+ Horde Version: 1.2.7
+ Imp Version: 2.2.7
+
+ compiled from FreeBSD Ports Collection