Pman.php
authorAlan Knowles <alan@roojs.com>
Wed, 15 Aug 2018 03:13:49 +0000 (11:13 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 15 Aug 2018 03:13:49 +0000 (11:13 +0800)
Pman.php

index 2f2ffa2..bf30835 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -62,6 +62,8 @@ class Pman extends HTML_FlexyFramework_Page
     
     var $css_path = ''; // can inject a specific path into the base HTML page.
     
+    
+    var $transObj = false; // used to rollback or commit in JOK/JERR
     /**
      * ------------- Standard getAuth/get/post methods of framework.
      *