|
From: <gem...@li...> - 2012-06-07 14:32:19
|
Revision: 746
http://gemstracker.svn.sourceforge.net/gemstracker/?rev=746&view=rev
Author: mennodekker
Date: 2012-06-07 14:32:08 +0000 (Thu, 07 Jun 2012)
Log Message:
-----------
cleanup debug code
Modified Paths:
--------------
trunk/library/classes/Gems/Controller/BrowseEditAction.php
trunk/library/classes/Gems/Default/StaffAction.php
Modified: trunk/library/classes/Gems/Controller/BrowseEditAction.php
===================================================================
--- trunk/library/classes/Gems/Controller/BrowseEditAction.php 2012-06-07 14:04:22 UTC (rev 745)
+++ trunk/library/classes/Gems/Controller/BrowseEditAction.php 2012-06-07 14:32:08 UTC (rev 746)
@@ -939,7 +939,7 @@
}
//MUtil_Echo::r($data, 'after process');
- if ($this->afterSaveRoute($data, $isNew)) {
+ if ($this->afterSaveRoute($data)) {
return null;
}
}
Modified: trunk/library/classes/Gems/Default/StaffAction.php
===================================================================
--- trunk/library/classes/Gems/Default/StaffAction.php 2012-06-07 14:04:22 UTC (rev 745)
+++ trunk/library/classes/Gems/Default/StaffAction.php 2012-06-07 14:32:08 UTC (rev 746)
@@ -369,7 +369,7 @@
if (! $this->_user) {
$this->_user = $this->loader->getUser($data['gul_login'], $data['gul_id_organization']);
}
- MUtil_Echo::track($this->_user->canSetPassword());
+ //MUtil_Echo::track($this->_user->canSetPassword());
if ($this->_user->canSetPassword()) {
if ($currentItem = $this->menu->getCurrent()) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|