setBool('d');
setValue('m');
setBool('n');
+ setBool('C');
setValue('pgpool_logfile');
// pipe
write($fp, '_PGPOOL2_CMD_OPTION_C', $params['c']);
write($fp, '_PGPOOL2_CMD_OPTION_LARGE_D', $params['D']);
- write($fp, '_PGPOOL2_CMD_OPTION_D', $params['n']);
+ write($fp, '_PGPOOL2_CMD_OPTION_D', $params['d']);
write($fp, '_PGPOOL2_CMD_OPTION_M', $params['m']);
write($fp, '_PGPOOL2_CMD_OPTION_N', $params['n']);
write($fp, '_PGPOOL2_CMD_OPTION_LARGE_C', $params['C']);
<br />{$errors.d|escape}
{/if}
</td></tr>
+ <tr><td>{$message.strCmdLargeC|escape}(-C)</td>
+ <td>
+ {if $params.C == 1}
+ <input type="checkbox" name="C" checked="checked" />
+ {else}
+ <input type="checkbox" name="C" />
+ {/if}
+ {if isset($errors.n)}
+ <br />{$errors.n|escape}
+ {/if}
+ </td></tr>
<tr><td>{$message.strCmdM|escape}(-m)</td><td><select name="m">
{if $params.m == 's'}
<option value="s" selected="selected">smart</option>