<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Jan 12, 2014 at 3:47 AM, Marc Delisle <span dir="ltr"><<a href="mailto:marc@infomarc.info" target="_blank">marc@infomarc.info</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le 2014-01-11 11:17, Chanaka Dharmarathna a écrit :<br>
<div><div class="h5">> Hi,<br>
><br>
> I'm working on a feature request [0] and most of the things are already<br>
> done. But I'm stucked at one point related to UI rendering.<br>
><br>
> In export page, custom export will show several check boxes. I already<br>
> added a new check box under 'Object creation options' and now wanted to<br>
> make the new option checked by default (By default, 'Add |CREATE<br>
> PROCEDURE / FUNCTION / EVENT| statement' is checked, I want to do same<br>
> thing for the new option).<br>
><br>
> I couldn't find currently how this is done in the code base. Can anyone<br>
> help me to figure that out please ?<br>
><br>
> [0] : <a href="http://sourceforge.net/p/phpmyadmin/feature-requests/1483/" target="_blank">http://sourceforge.net/p/phpmyadmin/feature-requests/1483/</a><br>
<br>
</div></div>Hi Chanaka,<br>
in libraries/config.default.php, the following directive being true by<br>
default, shows this option as checked:<br>
<br>
$cfg['Export']['sql_procedure_function'] = true;<br>
<br>
Note that it may be overridden in config.inc.php but also in user<br>
preferences (configuration storage).<br></blockquote><div><br></div><div>Hi Marc,<br><br></div><div>Thanks for the response. I'll look into this. <br></div></div><br></div><div class="gmail_extra">Regards !<br></div>
<div class="gmail_extra">-- <br><font size="4">Chanaka Dharmarathna<br></font><div><font color="#999999"><b>Virtusa (Pvt) Ltd. | </b></font><b style="color:rgb(153,153,153)">Sri Lanka</b></div>
</div></div>