Asynchronous customer/supplier/item selection now use popup window.
[fa-stable.git] / includes / session.inc
index 65b62f55dc348d6767951f47b55594c91229eddd..d53e9b63e660cd154fd9fcdc5c49f40fb45a53eb 100644 (file)
@@ -143,6 +143,8 @@ $Ajax =& new Ajax();
 
 // js/php validation rules container
 $Validate = array();
+// bindings for editors
+$Editors = array();
 
 // intercept all output to destroy it in case of ajax call
 register_shutdown_function('end_flush');