1
+ <?php
2
+
3
+ $ STRUCTURE = array ();
4
+ $ STRUCTURE ["tables " ] = array ();
5
+ $ STRUCTURE ["tables " ]["module_swift_mailer_email_template_fields " ] = array (
6
+ array (
7
+ "Field " => "email_template_id " ,
8
+ "Type " => "mediumint(9) " ,
9
+ "Null " => "NO " ,
10
+ "Key " => "PRI " ,
11
+ "Default " => ""
12
+ ),
13
+ array (
14
+ "Field " => "return_path " ,
15
+ "Type " => "varchar(255) " ,
16
+ "Null " => "NO " ,
17
+ "Key " => "" ,
18
+ "Default " => ""
19
+ )
20
+ );
21
+
22
+ $ HOOKS = array (
23
+ array (
24
+ "hook_type " => "template " ,
25
+ "action_location " => "edit_template_tab2 " ,
26
+ "function_name " => "" ,
27
+ "hook_function " => "swift_display_extra_fields_tab2 " ,
28
+ "priority " => "50 "
29
+ ),
30
+ array (
31
+ "hook_type " => "code " ,
32
+ "action_location " => "end " ,
33
+ "function_name " => "ft_create_blank_email_template " ,
34
+ "hook_function " => "swift_map_email_template_field " ,
35
+ "priority " => "50 "
36
+ ),
37
+ array (
38
+ "hook_type " => "code " ,
39
+ "action_location " => "end " ,
40
+ "function_name " => "ft_delete_email_template " ,
41
+ "hook_function " => "swift_delete_email_template_field " ,
42
+ "priority " => "50 "
43
+ ),
44
+ array (
45
+ "hook_type " => "code " ,
46
+ "action_location " => "end " ,
47
+ "function_name " => "ft_update_email_template " ,
48
+ "hook_function " => "swift_update_email_template_append_extra_fields " ,
49
+ "priority " => "50 "
50
+ ),
51
+ array (
52
+ "hook_type " => "code " ,
53
+ "action_location " => "end " ,
54
+ "function_name " => "ft_get_email_template " ,
55
+ "hook_function " => "swift_get_email_template_append_extra_fields " ,
56
+ "priority " => "50 "
57
+ )
58
+ );
59
+
60
+ $ FILES = array (
61
+ "actions.php " ,
62
+ "database_integrity.php " ,
63
+ "help.php " ,
64
+ "images/ " ,
65
+ "images/icon_swift_mailer.gif " ,
66
+ "index.php " ,
67
+ "lang/ " ,
68
+ "lang/en_us.php " ,
69
+ "library.php " ,
70
+ "module.php " ,
71
+ "module_config.php " ,
72
+ "php4/ " ,
73
+ "php4/EasySwift.php " ,
74
+ "php4/Swift/ " ,
75
+ "php4/Swift/Address.php " ,
76
+ "php4/Swift/AddressContainer.php " ,
77
+ "php4/Swift/Authenticator/ " ,
78
+ "php4/Swift/Authenticator/@PopB4Smtp.php " ,
79
+ "php4/Swift/Authenticator/CRAMMD5.php " ,
80
+ "php4/Swift/Authenticator/LOGIN.php " ,
81
+ "php4/Swift/Authenticator/PLAIN.php " ,
82
+ "php4/Swift/Authenticator/PopB4Smtp/ " ,
83
+ "php4/Swift/Authenticator/PopB4Smtp/Pop3Connection.php " ,
84
+ "php4/Swift/Authenticator.php " ,
85
+ "php4/Swift/BadResponseException.php " ,
86
+ "php4/Swift/BatchMailer.php " ,
87
+ "php4/Swift/Cache/ " ,
88
+ "php4/Swift/Cache/Disk.php " ,
89
+ "php4/Swift/Cache/JointOutputStream.php " ,
90
+ "php4/Swift/Cache/Memory.php " ,
91
+ "php4/Swift/Cache/OutputStream.php " ,
92
+ "php4/Swift/Cache.php " ,
93
+ "php4/Swift/CacheFactory.php " ,
94
+ "php4/Swift/ClassLoader.php " ,
95
+ "php4/Swift/Connection/ " ,
96
+ "php4/Swift/Connection/Multi.php " ,
97
+ "php4/Swift/Connection/NativeMail.php " ,
98
+ "php4/Swift/Connection/Rotator.php " ,
99
+ "php4/Swift/Connection/SMTP.php " ,
100
+ "php4/Swift/Connection/Sendmail.php " ,
101
+ "php4/Swift/Connection.php " ,
102
+ "php4/Swift/ConnectionBase.php " ,
103
+ "php4/Swift/ConnectionException.php " ,
104
+ "php4/Swift/Errors.php " ,
105
+ "php4/Swift/Events/ " ,
106
+ "php4/Swift/Events/CommandEvent.php " ,
107
+ "php4/Swift/Events/ConnectEvent.php " ,
108
+ "php4/Swift/Events/DisconnectEvent.php " ,
109
+ "php4/Swift/Events/Listener.php " ,
110
+ "php4/Swift/Events/ListenerMapper.php " ,
111
+ "php4/Swift/Events/ResponseEvent.php " ,
112
+ "php4/Swift/Events/SendEvent.php " ,
113
+ "php4/Swift/Events.php " ,
114
+ "php4/Swift/Exception.php " ,
115
+ "php4/Swift/File.php " ,
116
+ "php4/Swift/FileException.php " ,
117
+ "php4/Swift/Iterator/ " ,
118
+ "php4/Swift/Iterator/Array.php " ,
119
+ "php4/Swift/Iterator/MySQLResult.php " ,
120
+ "php4/Swift/Log/ " ,
121
+ "php4/Swift/Log/DefaultLog.php " ,
122
+ "php4/Swift/Log.php " ,
123
+ "php4/Swift/LogContainer.php " ,
124
+ "php4/Swift/Message/ " ,
125
+ "php4/Swift/Message/Attachment.php " ,
126
+ "php4/Swift/Message/EmbeddedFile.php " ,
127
+ "php4/Swift/Message/Encoder.php " ,
128
+ "php4/Swift/Message/Headers.php " ,
129
+ "php4/Swift/Message/Image.php " ,
130
+ "php4/Swift/Message/Mime.php " ,
131
+ "php4/Swift/Message/MimeException.php " ,
132
+ "php4/Swift/Message/Part.php " ,
133
+ "php4/Swift/Message.php " ,
134
+ "php4/Swift/Plugin/ " ,
135
+ "php4/Swift/Plugin/AntiFlood.php " ,
136
+ "php4/Swift/Plugin/BandwidthMonitor.php " ,
137
+ "php4/Swift/Plugin/ConnectionRotator.php " ,
138
+ "php4/Swift/Plugin/Decorator/ " ,
139
+ "php4/Swift/Plugin/Decorator/Replacements.php " ,
140
+ "php4/Swift/Plugin/Decorator.php " ,
141
+ "php4/Swift/Plugin/EasySwiftResponseTracker.php " ,
142
+ "php4/Swift/Plugin/FileEmbedder.php " ,
143
+ "php4/Swift/Plugin/MailSend.php " ,
144
+ "php4/Swift/Plugin/Throttler.php " ,
145
+ "php4/Swift/Plugin/VerboseSending/ " ,
146
+ "php4/Swift/Plugin/VerboseSending/AbstractView.php " ,
147
+ "php4/Swift/Plugin/VerboseSending/DefaultView.php " ,
148
+ "php4/Swift/Plugin/VerboseSending.php " ,
149
+ "php4/Swift/RecipientList.php " ,
150
+ "php4/Swift.php " ,
151
+ "php4/ft_library.php " ,
152
+ "php5/ " ,
153
+ "php5/EasySwift.php " ,
154
+ "php5/Swift/ " ,
155
+ "php5/Swift/Address.php " ,
156
+ "php5/Swift/AddressContainer.php " ,
157
+ "php5/Swift/Authenticator/ " ,
158
+ "php5/Swift/Authenticator/@PopB4Smtp.php " ,
159
+ "php5/Swift/Authenticator/CRAMMD5.php " ,
160
+ "php5/Swift/Authenticator/LOGIN.php " ,
161
+ "php5/Swift/Authenticator/PLAIN.php " ,
162
+ "php5/Swift/Authenticator/PopB4Smtp/ " ,
163
+ "php5/Swift/Authenticator/PopB4Smtp/Pop3Connection.php " ,
164
+ "php5/Swift/Authenticator.php " ,
165
+ "php5/Swift/BadResponseException.php " ,
166
+ "php5/Swift/BatchMailer.php " ,
167
+ "php5/Swift/Cache/ " ,
168
+ "php5/Swift/Cache/Disk.php " ,
169
+ "php5/Swift/Cache/JointOutputStream.php " ,
170
+ "php5/Swift/Cache/Memory.php " ,
171
+ "php5/Swift/Cache/OutputStream.php " ,
172
+ "php5/Swift/Cache.php " ,
173
+ "php5/Swift/CacheFactory.php " ,
174
+ "php5/Swift/ClassLoader.php " ,
175
+ "php5/Swift/Connection/ " ,
176
+ "php5/Swift/Connection/Multi.php " ,
177
+ "php5/Swift/Connection/NativeMail.php " ,
178
+ "php5/Swift/Connection/Rotator.php " ,
179
+ "php5/Swift/Connection/SMTP.php " ,
180
+ "php5/Swift/Connection/Sendmail.php " ,
181
+ "php5/Swift/Connection.php " ,
182
+ "php5/Swift/ConnectionBase.php " ,
183
+ "php5/Swift/ConnectionException.php " ,
184
+ "php5/Swift/Events/ " ,
185
+ "php5/Swift/Events/BeforeCommandListener.php " ,
186
+ "php5/Swift/Events/BeforeSendListener.php " ,
187
+ "php5/Swift/Events/CommandEvent.php " ,
188
+ "php5/Swift/Events/CommandListener.php " ,
189
+ "php5/Swift/Events/ConnectEvent.php " ,
190
+ "php5/Swift/Events/ConnectListener.php " ,
191
+ "php5/Swift/Events/DisconnectEvent.php " ,
192
+ "php5/Swift/Events/DisconnectListener.php " ,
193
+ "php5/Swift/Events/Listener.php " ,
194
+ "php5/Swift/Events/ListenerMapper.php " ,
195
+ "php5/Swift/Events/ResponseEvent.php " ,
196
+ "php5/Swift/Events/ResponseListener.php " ,
197
+ "php5/Swift/Events/SendEvent.php " ,
198
+ "php5/Swift/Events/SendListener.php " ,
199
+ "php5/Swift/Events.php " ,
200
+ "php5/Swift/Exception.php " ,
201
+ "php5/Swift/File.php " ,
202
+ "php5/Swift/FileException.php " ,
203
+ "php5/Swift/Iterator/ " ,
204
+ "php5/Swift/Iterator/Array.php " ,
205
+ "php5/Swift/Iterator/MySQLResult.php " ,
206
+ "php5/Swift/Iterator.php " ,
207
+ "php5/Swift/Log/ " ,
208
+ "php5/Swift/Log/DefaultLog.php " ,
209
+ "php5/Swift/Log.php " ,
210
+ "php5/Swift/LogContainer.php " ,
211
+ "php5/Swift/Message/ " ,
212
+ "php5/Swift/Message/Attachment.php " ,
213
+ "php5/Swift/Message/EmbeddedFile.php " ,
214
+ "php5/Swift/Message/Encoder.php " ,
215
+ "php5/Swift/Message/Headers.php " ,
216
+ "php5/Swift/Message/Image.php " ,
217
+ "php5/Swift/Message/Mime.php " ,
218
+ "php5/Swift/Message/MimeException.php " ,
219
+ "php5/Swift/Message/Part.php " ,
220
+ "php5/Swift/Message.php " ,
221
+ "php5/Swift/Plugin/ " ,
222
+ "php5/Swift/Plugin/AntiFlood.php " ,
223
+ "php5/Swift/Plugin/BandwidthMonitor.php " ,
224
+ "php5/Swift/Plugin/ConnectionRotator.php " ,
225
+ "php5/Swift/Plugin/Decorator/ " ,
226
+ "php5/Swift/Plugin/Decorator/Replacements.php " ,
227
+ "php5/Swift/Plugin/Decorator.php " ,
228
+ "php5/Swift/Plugin/EasySwiftResponseTracker.php " ,
229
+ "php5/Swift/Plugin/FileEmbedder.php " ,
230
+ "php5/Swift/Plugin/MailSend.php " ,
231
+ "php5/Swift/Plugin/Throttler.php " ,
232
+ "php5/Swift/Plugin/VerboseSending/ " ,
233
+ "php5/Swift/Plugin/VerboseSending/AbstractView.php " ,
234
+ "php5/Swift/Plugin/VerboseSending/DefaultView.php " ,
235
+ "php5/Swift/Plugin/VerboseSending.php " ,
236
+ "php5/Swift/RecipientList.php " ,
237
+ "php5/Swift.php " ,
238
+ "php5/ft_library.php " ,
239
+ "tab_settings.php " ,
240
+ "tab_test.php " ,
241
+ "templates/ " ,
242
+ "templates/help.tpl " ,
243
+ "templates/index.tpl " ,
244
+ "templates/tab_settings.tpl " ,
245
+ "templates/tab_test.tpl "
246
+ );
0 commit comments