"fixed bug reported on german list: private is php5 (only commited to 1.4)"

This commit is contained in:
Ralf Becker 2007-06-29 12:53:14 +00:00
parent 88de9c67a6
commit 960868ad9d

View File

@ -30,7 +30,7 @@
); );
var $human_name = 'AJAX Select'; // this is the name for the editor var $human_name = 'AJAX Select'; // this is the name for the editor
private $debug = false; var $debug = false;
function ajax_select_widget($ui='') function ajax_select_widget($ui='')
{ {