mango r170 - trunk/www
- From: ovitters svn gnome org
- To: svn-commits-list gnome org,gnome-sysadmin gnome org
- Subject: mango r170 - trunk/www
- Date: Sat, 31 May 2008 22:20:54 +0000 (UTC)
Author: ovitters
Date: Sat May 31 22:20:54 2008
New Revision: 170
URL: http://svn.gnome.org/viewvc/mango?rev=170&view=rev
Log:
Remove debugging messages.
Modified:
trunk/www/update_user.php
Modified: trunk/www/update_user.php
==============================================================================
--- trunk/www/update_user.php (original)
+++ trunk/www/update_user.php Sat May 31 22:20:54 2008
@@ -131,7 +131,6 @@
$changes = $changes or $this->process_actions_tab($dom, $formnode);
if ($changes) {
- error_log("have changes!!");
$formerrors = $this->user->validate();
if(count($formerrors) > 0) {
@@ -178,7 +177,6 @@
$this->user->$var = $_POST[$var];
$changes = true;
- error_log("setting changes");
}
return $changes;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]