HTML/FlexyFramework2.php
authorAlan Knowles <alan@roojs.com>
Wed, 18 Jan 2017 03:20:12 +0000 (11:20 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 18 Jan 2017 03:20:12 +0000 (11:20 +0800)
HTML/FlexyFramework2.php

index d826ca2..b67d133 100644 (file)
@@ -804,9 +804,6 @@ class HTML_FlexyFramework2 {
         if ($this->nodatabase) {
             return;
         }
-        $options = &PEAR::getStaticProperty('DB_DataObject','options');
-        $dd = empty($options['dont_die']) ? false : true;
-        $options['dont_die'] = true;
         
         // database is the only setting - we dont support mult databses?