| @@ 372-376 (lines=5) @@ | ||
| 369 | $W = bab_Widgets(); |
|
| 370 | ||
| 371 | switch (bab_rp('searchtype')) { |
|
| 372 | case '2': |
|
| 373 | $dateb = bab_rp('dateb'); |
|
| 374 | $datee = bab_rp('datee'); |
|
| 375 | $_date = null; |
|
| 376 | break; |
|
| 377 | ||
| 378 | default: |
|
| 379 | case '1': |
|
| @@ 379-383 (lines=5) @@ | ||
| 376 | break; |
|
| 377 | ||
| 378 | default: |
|
| 379 | case '1': |
|
| 380 | $dateb = null; |
|
| 381 | $datee = null; |
|
| 382 | $_date = bab_rp('date'); |
|
| 383 | break; |
|
| 384 | } |
|
| 385 | ||
| 386 | $period = $W->LabelledWidget( |
|