View Single Post
Old 2020-05-12, 08:52 AM   #25
jollyhumper
That's what she said
 
jollyhumper's Avatar
 
Join Date: Feb 2012
Location: Norway
Posts: 2,485
Send a message via ICQ to jollyhumper
Quote:
Originally Posted by Greenguy View Post
That's just editing a template - even I know how to do that!
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
jollyhumper is offline   Reply With Quote