fix the type of delay_threshold: bool -> integer
authorNozomi Anzai <anzai@sraoss.co.jp>
Mon, 28 Jan 2013 09:05:10 +0000 (18:05 +0900)
committerNozomi Anzai <anzai@sraoss.co.jp>
Mon, 28 Jan 2013 09:05:10 +0000 (18:05 +0900)
templates/pgconfig.tpl

index f03fe294dd4c159e380cdca142b553fe12d7edf4..bb00163daa9a406283cc6f690829a7a2935bf014 100644 (file)
@@ -895,7 +895,7 @@ function delOtherWatchdog(num){
             <tr>
             <th{if isset($error.delay_threshold)} class="error"{/if}>
             <label>{$message.descDelay_threshold|escape}</label>
-            <br />delay_threshold (bool)</th>
+            <br />delay_threshold (integer)</th>
             <td><input type="text" name="delay_threshold"
                  id="delay_threshold" value="{$params.delay_threshold|escape}" /></td>
             </tr>