tbrehm
2009-02-11 37e66149bcffda696a0194747a810c038d8ab1df
interface/lib/classes/tform_actions.inc.php
@@ -30,11 +30,11 @@
class tform_actions {
        var $id;
        var $activeTab;
        var $dataRecord;
        var $plugins = array();
      var $oldDataRecord; // This array is only filled during updates and when db_history is enabled.
        public $id;
        public $activeTab;
        public $dataRecord;
        public $plugins = array();
      public $oldDataRecord; // This array is only filled during updates and when db_history is enabled.
        function onLoad() {
                global $app, $conf, $tform_def_file;