[pLog-svn] r5737 - plog/trunk/class/view/admin

oscar at devel.lifetype.net oscar at devel.lifetype.net
Fri Jul 27 15:54:50 EDT 2007


Author: oscar
Date: 2007-07-27 15:54:50 -0400 (Fri, 27 Jul 2007)
New Revision: 5737

Modified:
   plog/trunk/class/view/admin/adminnewpostview.class.php
Log:
We don't need this parameter anymore.


Modified: plog/trunk/class/view/admin/adminnewpostview.class.php
===================================================================
--- plog/trunk/class/view/admin/adminnewpostview.class.php	2007-07-27 19:54:12 UTC (rev 5736)
+++ plog/trunk/class/view/admin/adminnewpostview.class.php	2007-07-27 19:54:50 UTC (rev 5737)
@@ -60,7 +60,6 @@
             $this->setValue( "sendPings", $config->getValue( "send_xmlrpc_pings_enabled_by_default", true ));
             $this->setValue( "xmlRpcPingEnabled", $config->getValue( "xmlrpc_ping_enabled", false ));
             $this->setValue( "autoSaveNewDraftsTimeMillis", $config->getValue( "autosave_new_drafts_time_millis" ));
-            $this->setValue( "xmlHttpRequestSupportEnabled", $config->getValue( "save_drafts_via_xmlhttprequest_enabled" ));
             if(!$this->getValue("postDateTime"))
                 $this->setValue( "postDateTime", $t->getDay()."/".$t->getMonth()."/".$t->getYear()." ".$t->getHour().":".$t->getMinutes());    
 



More information about the pLog-svn mailing list