meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
plugin:autoresponder [2024/05/20 00:00] – external edit 127.0.0.1plugin:autoresponder [2024/06/22 20:07] (current) – [Upgrading from version 2 to version 3] duncanc
Line 35: Line 35:
 The necessary change is to clear the userselection field on the message table using an update query similar to this  The necessary change is to clear the userselection field on the message table using an update query similar to this 
  
-''update phplist_message +<code sql> 
-set userselection = null'' +update phplist_message 
 +set userselection = null 
 +</code>
  
 In version 3 the plugin no longer uses the attribute that was created for each autoresponder by version 2 of the plugin. It is safe to delete any such attribute through the Configure Attributes page in phpList. In version 3 the plugin no longer uses the attribute that was created for each autoresponder by version 2 of the plugin. It is safe to delete any such attribute through the Configure Attributes page in phpList.