tbrehm
2008-11-17 d4d985e00f1f70dd390bd5aaf40062416d73f4e7
interface/web/tools/user_settings.php
@@ -64,6 +64,7 @@
            
            // Importing ID
                $this->id = $_SESSION['s']['user']['userid'];
            $_POST['id'] = $_SESSION['s']['user']['userid'];
                if(count($_POST) > 1) {
                        $this->dataRecord = $_POST;
@@ -72,6 +73,10 @@
                        $this->onShow();
                }
        }
   function onInsert() {
      die('No inserts allowed.');
   }
      
   function onBeforeUpdate() {
      global $app, $conf;