mcramer
2012-11-07 9125332d5f3d8f3aa66eef02a4b05e1ea8b80f83
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"]);