ftimme
2013-02-25 361a05732fb932841515d0d2fbdf2deaeeb887f7
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"]);