|
|
|
|
|
|
|
|
|
#25 |
|
That's what she said
|
Ok. So you know that.
I thought I knew as well, but when I tried to change the order, in the script, it still selects "No", even though the order has changed. Code:
<?php
$actions = array('manual' => 'Manually',
'' => 'NO',
'auto' => 'Automatically');
So I just thought I'd ask. Sorry |
|
|
|
|
|