[chora] RCSDIFF does not Function in Windows 2000 PHP4 -solution1

Arturo Portilla Henao arturo@puj.edu.co
Thu, 20 Dec 2001 19:12:37 -0000


> <? echo (OS_WINDOWS ? "<input name='fn' type=hidden value=" . 
> $where . ">" : '' ); ?>
> 
> <select name="r1">.....
> ..


SORRY..

this is the correct code line.

<? echo (!$conf['options']['use_path_info'] ? "<input name='fn' type=hidden 
value=" . $where . ">" : '' ); ?>