| 1277 |
$showver = mosGetParam ( $_POST, 'showver', 0 ); |
$showver = mosGetParam ( $_POST, 'showver', 0 ); |
| 1278 |
$showdl = mosGetParam ( $_POST, 'showdl', 0 ); |
$showdl = mosGetParam ( $_POST, 'showdl', 0 ); |
| 1279 |
$showdesc = mosGetParam ( $_POST, 'showdesc', 1 ); |
$showdesc = mosGetParam ( $_POST, 'showdesc', 1 ); |
| 1280 |
$hdrtext = mosGetParam ( $_POST, 'hdrtext', '', "_MOS_ALLOWHTML" ); |
$hdrtext = mosGetParam ( $_POST, 'hdrtext', '', _MOS_ALLOWHTML ); |
| 1281 |
$showlic = mosGetParam ( $_POST, 'showlic', 0 ); |
$showlic = mosGetParam ( $_POST, 'showlic', 0 ); |
| 1282 |
$showhdr_desc = mosGetParam ( $_POST, 'showhdr_desc', 1 ); |
$showhdr_desc = mosGetParam ( $_POST, 'showhdr_desc', 1 ); |
| 1283 |
$hdrdesc_text = mosGetParam ( $_POST, 'hdrdesc_text', '', "_MOS_ALLOWHTML" ); |
$hdrdesc_text = mosGetParam ( $_POST, 'hdrdesc_text', '', _MOS_ALLOWHTML ); |
| 1284 |
$showdate = mosGetParam ( $_POST, 'showdate', 0 ); |
$showdate = mosGetParam ( $_POST, 'showdate', 0 ); |
| 1285 |
$showtotals = mosGetParam ( $_POST, 'showtotals', 0 ); |
$showtotals = mosGetParam ( $_POST, 'showtotals', 0 ); |
| 1286 |
$showsearch = mosGetParam ( $_POST, 'showsearch', 0 ); |
$showsearch = mosGetParam ( $_POST, 'showsearch', 0 ); |