svn: /web/doc-editor/trunk/php/ AccountManager.php

[email protected] (Philip Olson)
Newsgroups php.doc.web
Message-ID <[email protected]>
philip                                   Sat, 02 Jul 2011 13:48:28 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=312811

Log:
Removed unnecessary unset() call

Changed paths:
    U   web/doc-editor/trunk/php/AccountManager.php

Modified: web/doc-editor/trunk/php/AccountManager.php
===================================================================
--- web/doc-editor/trunk/php/AccountManager.php	2011-07-02 12:03:32 UTC (rev 312810)
+++ web/doc-editor/trunk/php/AccountManager.php	2011-07-02 13:48:28 UTC (rev 312811)
@@ -454,7 +454,6 @@
         if( $value == "true" ) {
             $value = true;
         }
-        unset($this->userConf->{$module}->{$itemName});
         $this->userConf->{$module}->{$itemName} = ( is_numeric($value) ) ? (int) $value : $value;

         // In session
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.