On 07/31/2013 10:56 PM, Mohamed Ashraf wrote:I noticed that the selflink is not appearing in some pages like forexample tbl_addfield.php. It took me a couple of hours to find out whyand it was because a global variable was set which was$checked_special it was set in the checkParameters method inUtil.class.php I am not sure what this variable means.anyways this variable gets checked in getDisplay in the footer classand if it is true the self link is not shown.can someone tell me if this is correct behavior and why should we notshow the self link in those pages. I need the self link to get thecurrent token so it is important that the self link should beavailable in all pages.Any reason why you wouldn't grab the token using the below code?
PMA_commonParams.get('token');Bye,Rouslan------------------------------------------------------------------------------Get your SQL database under version control now!Version control is standard for application code, but databases haventcaught up. So what steps can you take to put your SQL databases underversion control? Why should you start doing it? Read more to find out.http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk_______________________________________________Phpmyadmin-devel mailing listPhpmyadmin-devel@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel