ftimme
2012-11-12 4f1de1c95e0a6c0a9da8f9865b960386ca040d4f
interface/web/client/client_edit.php
@@ -190,7 +190,7 @@
    the data was successful updated in the database.
   */
   function onAfterUpdate() {
      global $app;
      global $app, $conf;
      // username changed
      if(isset($conf['demo_mode']) && $conf['demo_mode'] != true && isset($this->dataRecord['username']) && $this->dataRecord['username'] != '' && $this->oldDataRecord['username'] != $this->dataRecord['username']) {
         $username = $app->db->quote($this->dataRecord["username"]);