Changeset 2112650
- Timestamp:
- 06/26/2019 09:49:21 AM (7 years ago)
- Location:
- gatormail-smart-forms
- Files:
-
- 6 edited
-
branches/1.0/admin/admin.inc.php (modified) (1 diff)
-
branches/1.0/gatormailsmartforms.php (modified) (1 diff)
-
tags/1.0/admin/admin.inc.php (modified) (1 diff)
-
tags/1.0/gatormailsmartforms.php (modified) (1 diff)
-
trunk/admin/admin.inc.php (modified) (1 diff)
-
trunk/gatormailsmartforms.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gatormail-smart-forms/branches/1.0/admin/admin.inc.php
r2112614 r2112650 2 2 function gatormailsmartforms_admin_init() { 3 3 // Absolute path to your specific plugin 4 $my_plugin = 'gatormail smartforms/gatormailsmartforms.php';4 $my_plugin = 'gatormail-smart-forms/gatormailsmartforms.php'; 5 5 6 6 // Check to see if plugin is already active -
gatormail-smart-forms/branches/1.0/gatormailsmartforms.php
r2112614 r2112650 41 41 42 42 // Absolute path to your specific plugin 43 $my_plugin = 'gatormail smartforms/gatormailsmartforms.php';43 $my_plugin = 'gatormail-smart-forms/gatormailsmartforms.php'; 44 44 45 45 if (!$this_plugin) { -
gatormail-smart-forms/tags/1.0/admin/admin.inc.php
r2112611 r2112650 2 2 function gatormailsmartforms_admin_init() { 3 3 // Absolute path to your specific plugin 4 $my_plugin = 'gatormail smartforms/gatormailsmartforms.php';4 $my_plugin = 'gatormail-smart-forms/gatormailsmartforms.php'; 5 5 6 6 // Check to see if plugin is already active -
gatormail-smart-forms/tags/1.0/gatormailsmartforms.php
r2112611 r2112650 41 41 42 42 // Absolute path to your specific plugin 43 $my_plugin = 'gatormail smartforms/gatormailsmartforms.php';43 $my_plugin = 'gatormail-smart-forms/gatormailsmartforms.php'; 44 44 45 45 if (!$this_plugin) { -
gatormail-smart-forms/trunk/admin/admin.inc.php
r2112611 r2112650 2 2 function gatormailsmartforms_admin_init() { 3 3 // Absolute path to your specific plugin 4 $my_plugin = 'gatormail smartforms/gatormailsmartforms.php';4 $my_plugin = 'gatormail-smart-forms/gatormailsmartforms.php'; 5 5 6 6 // Check to see if plugin is already active -
gatormail-smart-forms/trunk/gatormailsmartforms.php
r2112611 r2112650 41 41 42 42 // Absolute path to your specific plugin 43 $my_plugin = 'gatormail smartforms/gatormailsmartforms.php';43 $my_plugin = 'gatormail-smart-forms/gatormailsmartforms.php'; 44 44 45 45 if (!$this_plugin) {
Note: See TracChangeset
for help on using the changeset viewer.