diff --git a/administrator/components/com_cck/_VERSION.php b/administrator/components/com_cck/_VERSION.php index ac0321e8d..5fd775e25 100644 --- a/administrator/components/com_cck/_VERSION.php +++ b/administrator/components/com_cck/_VERSION.php @@ -15,7 +15,7 @@ final class JCckVersion extends JCckVersionObject { public $RELEASE = '4.3'; - public $DEV_LEVEL = '1'; + public $DEV_LEVEL = '2'; public $DEV_STATUS = ''; diff --git a/administrator/components/com_cck/manifest.xml b/administrator/components/com_cck/manifest.xml index db4c60356..a8cb93b32 100644 --- a/administrator/components/com_cck/manifest.xml +++ b/administrator/components/com_cck/manifest.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 script.php diff --git a/administrator/manifests/libraries/cck.xml b/administrator/manifests/libraries/cck.xml index e803fa2f2..b3146c74a 100644 --- a/administrator/manifests/libraries/cck.xml +++ b/administrator/manifests/libraries/cck.xml @@ -9,7 +9,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x Library - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 _ diff --git a/administrator/manifests/packages/pkg_cck.xml b/administrator/manifests/packages/pkg_cck.xml index 33dd1480f..c0fa35ba8 100644 --- a/administrator/manifests/packages/pkg_cck.xml +++ b/administrator/manifests/packages/pkg_cck.xml @@ -9,7 +9,7 @@ GNU General Public License version 2 or later. January 2011 - 4.3.1 + 4.3.2 pkg_script.php diff --git a/administrator/modules/mod_cck_quickicon/mod_cck_quickicon.xml b/administrator/modules/mod_cck_quickicon/mod_cck_quickicon.xml index ebcb4b3a4..388bcff65 100644 --- a/administrator/modules/mod_cck_quickicon/mod_cck_quickicon.xml +++ b/administrator/modules/mod_cck_quickicon/mod_cck_quickicon.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 LIB_CCK_EXTENSION_DESCRIPTION - 4.3.1 + 4.3.2 tmpl diff --git a/libraries/cck/_/content.php b/libraries/cck/_/content.php index 9bdfe7317..a6edb3aa8 100644 --- a/libraries/cck/_/content.php +++ b/libraries/cck/_/content.php @@ -598,12 +598,6 @@ public function create( $content_type, $data, $data_more = array(), $data_more2 $this->setInstance( 'more_parent' ); $this->setInstance( 'more2' ); - static $names = array( - 'more'=>'', - 'more_parent'=>'', - 'more2'=>'' - ); - if ( is_bool( $data_more ) ) { $data = $this->_getDataDispatch( $content_type, $data ); @@ -623,6 +617,12 @@ public function create( $content_type, $data, $data_more = array(), $data_more2 'date_time'=>$data['core']['date_time'] ) ); + static $names = array( + 'more'=>'', + 'more_parent'=>'', + 'more2'=>'' + ); + foreach ( $names as $table_instance_name=>$null ) { if ( count( $data[$table_instance_name] ) ) { $this->save( $table_instance_name, $data[$table_instance_name] ); @@ -680,6 +680,12 @@ public function create( $content_type, $data, $data_more = array(), $data_more2 } // More + static $names = array( + 'more'=>'', + 'more_parent'=>'', + 'more2'=>'' + ); + foreach ( $names as $table_instance_name=>$null ) { if ( count( $data[$table_instance_name] ) ) { $this->{'_instance_'.$table_instance_name}->load( $this->_pk, true ); diff --git a/modules/mod_cck_breadcrumbs/mod_cck_breadcrumbs.xml b/modules/mod_cck_breadcrumbs/mod_cck_breadcrumbs.xml index efb041284..8a467d89c 100644 --- a/modules/mod_cck_breadcrumbs/mod_cck_breadcrumbs.xml +++ b/modules/mod_cck_breadcrumbs/mod_cck_breadcrumbs.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2012 LIB_CCK_EXTENSION_DESCRIPTION - 4.3.1 + 4.3.2 tmpl diff --git a/modules/mod_cck_form/mod_cck_form.xml b/modules/mod_cck_form/mod_cck_form.xml index 28fe7197e..d6ef768d1 100644 --- a/modules/mod_cck_form/mod_cck_form.xml +++ b/modules/mod_cck_form/mod_cck_form.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 LIB_CCK_EXTENSION_DESCRIPTION - 4.3.1 + 4.3.2 tmpl diff --git a/modules/mod_cck_list/mod_cck_list.xml b/modules/mod_cck_list/mod_cck_list.xml index f88328616..e321c04e7 100644 --- a/modules/mod_cck_list/mod_cck_list.xml +++ b/modules/mod_cck_list/mod_cck_list.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 LIB_CCK_EXTENSION_DESCRIPTION - 4.3.1 + 4.3.2 tmpl diff --git a/modules/mod_cck_search/mod_cck_search.xml b/modules/mod_cck_search/mod_cck_search.xml index 037e0dda5..9c133e64d 100644 --- a/modules/mod_cck_search/mod_cck_search.xml +++ b/modules/mod_cck_search/mod_cck_search.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 LIB_CCK_EXTENSION_DESCRIPTION - 4.3.1 + 4.3.2 tmpl diff --git a/plugins/cck_field/button_free/button_free.xml b/plugins/cck_field/button_free/button_free.xml index 000b90300..a60bfe62a 100644 --- a/plugins/cck_field/button_free/button_free.xml +++ b/plugins/cck_field/button_free/button_free.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. May 2013 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/button_submit/button_submit.xml b/plugins/cck_field/button_submit/button_submit.xml index d508d870f..829c19316 100644 --- a/plugins/cck_field/button_submit/button_submit.xml +++ b/plugins/cck_field/button_submit/button_submit.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/checkbox/checkbox.xml b/plugins/cck_field/checkbox/checkbox.xml index fb3e52c1e..b08f9f7bb 100644 --- a/plugins/cck_field/checkbox/checkbox.xml +++ b/plugins/cck_field/checkbox/checkbox.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/colorpicker/colorpicker.xml b/plugins/cck_field/colorpicker/colorpicker.xml index f4fb18b9c..50c731aac 100644 --- a/plugins/cck_field/colorpicker/colorpicker.xml +++ b/plugins/cck_field/colorpicker/colorpicker.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/div/div.xml b/plugins/cck_field/div/div.xml index 3f63fb0bc..859b57123 100644 --- a/plugins/cck_field/div/div.xml +++ b/plugins/cck_field/div/div.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/email/email.xml b/plugins/cck_field/email/email.xml index 0a952a7e4..3df9122b5 100644 --- a/plugins/cck_field/email/email.xml +++ b/plugins/cck_field/email/email.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/field_x/field_x.xml b/plugins/cck_field/field_x/field_x.xml index 417b4dac2..791d27b34 100644 --- a/plugins/cck_field/field_x/field_x.xml +++ b/plugins/cck_field/field_x/field_x.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/freetext/freetext.xml b/plugins/cck_field/freetext/freetext.xml index 2fee0438d..2696efdde 100644 --- a/plugins/cck_field/freetext/freetext.xml +++ b/plugins/cck_field/freetext/freetext.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/group/group.xml b/plugins/cck_field/group/group.xml index 050b55993..c00c7da0c 100644 --- a/plugins/cck_field/group/group.xml +++ b/plugins/cck_field/group/group.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/group_x/group_x.xml b/plugins/cck_field/group_x/group_x.xml index f0984b3ea..7960522fe 100644 --- a/plugins/cck_field/group_x/group_x.xml +++ b/plugins/cck_field/group_x/group_x.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/hidden/hidden.xml b/plugins/cck_field/hidden/hidden.xml index 989568a55..cbfc70d30 100644 --- a/plugins/cck_field/hidden/hidden.xml +++ b/plugins/cck_field/hidden/hidden.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/icon/icon.xml b/plugins/cck_field/icon/icon.xml index 5a25c05fa..f1fb460ae 100644 --- a/plugins/cck_field/icon/icon.xml +++ b/plugins/cck_field/icon/icon.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/jform_accesslevel/jform_accesslevel.xml b/plugins/cck_field/jform_accesslevel/jform_accesslevel.xml index b172b968f..c92f8ba1d 100644 --- a/plugins/cck_field/jform_accesslevel/jform_accesslevel.xml +++ b/plugins/cck_field/jform_accesslevel/jform_accesslevel.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/jform_associations/jform_associations.xml b/plugins/cck_field/jform_associations/jform_associations.xml index 6fed4d874..15a8b8732 100644 --- a/plugins/cck_field/jform_associations/jform_associations.xml +++ b/plugins/cck_field/jform_associations/jform_associations.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/jform_calendar/jform_calendar.xml b/plugins/cck_field/jform_calendar/jform_calendar.xml index 0e7f49024..1d9056907 100644 --- a/plugins/cck_field/jform_calendar/jform_calendar.xml +++ b/plugins/cck_field/jform_calendar/jform_calendar.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. February 2017 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/jform_category/jform_category.xml b/plugins/cck_field/jform_category/jform_category.xml index b161a2ecc..0249088c0 100644 --- a/plugins/cck_field/jform_category/jform_category.xml +++ b/plugins/cck_field/jform_category/jform_category.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/jform_componentlayout/jform_componentlayout.xml b/plugins/cck_field/jform_componentlayout/jform_componentlayout.xml index 06578f6bf..c56f9dd05 100644 --- a/plugins/cck_field/jform_componentlayout/jform_componentlayout.xml +++ b/plugins/cck_field/jform_componentlayout/jform_componentlayout.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/jform_contentlanguage/jform_contentlanguage.xml b/plugins/cck_field/jform_contentlanguage/jform_contentlanguage.xml index fb41e9939..6ca7d8bdf 100644 --- a/plugins/cck_field/jform_contentlanguage/jform_contentlanguage.xml +++ b/plugins/cck_field/jform_contentlanguage/jform_contentlanguage.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/jform_editors/jform_editors.xml b/plugins/cck_field/jform_editors/jform_editors.xml index b1dc4a661..2f9e9a2ff 100644 --- a/plugins/cck_field/jform_editors/jform_editors.xml +++ b/plugins/cck_field/jform_editors/jform_editors.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/jform_groupparent/jform_groupparent.xml b/plugins/cck_field/jform_groupparent/jform_groupparent.xml index 7ba829df6..00185f351 100644 --- a/plugins/cck_field/jform_groupparent/jform_groupparent.xml +++ b/plugins/cck_field/jform_groupparent/jform_groupparent.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/jform_helpsite/jform_helpsite.xml b/plugins/cck_field/jform_helpsite/jform_helpsite.xml index ec9338360..f5bb2c44b 100644 --- a/plugins/cck_field/jform_helpsite/jform_helpsite.xml +++ b/plugins/cck_field/jform_helpsite/jform_helpsite.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/jform_media/jform_media.xml b/plugins/cck_field/jform_media/jform_media.xml index cedc1c4be..75d2acdb1 100644 --- a/plugins/cck_field/jform_media/jform_media.xml +++ b/plugins/cck_field/jform_media/jform_media.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/jform_menuitem/jform_menuitem.xml b/plugins/cck_field/jform_menuitem/jform_menuitem.xml index 2bda7f476..03e132d5f 100644 --- a/plugins/cck_field/jform_menuitem/jform_menuitem.xml +++ b/plugins/cck_field/jform_menuitem/jform_menuitem.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/jform_rules/jform_rules.xml b/plugins/cck_field/jform_rules/jform_rules.xml index 580a26e7d..8ca5b78cb 100644 --- a/plugins/cck_field/jform_rules/jform_rules.xml +++ b/plugins/cck_field/jform_rules/jform_rules.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/jform_tag/jform_tag.xml b/plugins/cck_field/jform_tag/jform_tag.xml index 67488c59a..25003ca30 100644 --- a/plugins/cck_field/jform_tag/jform_tag.xml +++ b/plugins/cck_field/jform_tag/jform_tag.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/jform_templatestyle/jform_templatestyle.xml b/plugins/cck_field/jform_templatestyle/jform_templatestyle.xml index 71050dbb7..3277ceda6 100644 --- a/plugins/cck_field/jform_templatestyle/jform_templatestyle.xml +++ b/plugins/cck_field/jform_templatestyle/jform_templatestyle.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/jform_timezone/jform_timezone.xml b/plugins/cck_field/jform_timezone/jform_timezone.xml index 48de2a1a9..0545ef493 100644 --- a/plugins/cck_field/jform_timezone/jform_timezone.xml +++ b/plugins/cck_field/jform_timezone/jform_timezone.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/jform_user/jform_user.xml b/plugins/cck_field/jform_user/jform_user.xml index 7ec6ef6a7..fd676fc2b 100644 --- a/plugins/cck_field/jform_user/jform_user.xml +++ b/plugins/cck_field/jform_user/jform_user.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/jform_usergroups/jform_usergroups.xml b/plugins/cck_field/jform_usergroups/jform_usergroups.xml index 3fd6e10c6..0d76ceca9 100644 --- a/plugins/cck_field/jform_usergroups/jform_usergroups.xml +++ b/plugins/cck_field/jform_usergroups/jform_usergroups.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/joomla_module/joomla_module.xml b/plugins/cck_field/joomla_module/joomla_module.xml index 11e4923e7..13fa48cfb 100644 --- a/plugins/cck_field/joomla_module/joomla_module.xml +++ b/plugins/cck_field/joomla_module/joomla_module.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/link/link.xml b/plugins/cck_field/link/link.xml index 5a6c1f76a..0f9c2cc96 100644 --- a/plugins/cck_field/link/link.xml +++ b/plugins/cck_field/link/link.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/password/password.xml b/plugins/cck_field/password/password.xml index 46a643f05..d7aab81f9 100644 --- a/plugins/cck_field/password/password.xml +++ b/plugins/cck_field/password/password.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/radio/radio.xml b/plugins/cck_field/radio/radio.xml index 4727ef655..57aa7c0cd 100644 --- a/plugins/cck_field/radio/radio.xml +++ b/plugins/cck_field/radio/radio.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/search_generic/search_generic.xml b/plugins/cck_field/search_generic/search_generic.xml index c94249daf..71b79c53a 100644 --- a/plugins/cck_field/search_generic/search_generic.xml +++ b/plugins/cck_field/search_generic/search_generic.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. May 2013 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/search_ordering/search_ordering.xml b/plugins/cck_field/search_ordering/search_ordering.xml index 18f29b1c4..79e97594e 100644 --- a/plugins/cck_field/search_ordering/search_ordering.xml +++ b/plugins/cck_field/search_ordering/search_ordering.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. May 2013 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/select_dynamic/select_dynamic.xml b/plugins/cck_field/select_dynamic/select_dynamic.xml index b93970323..3ede16503 100644 --- a/plugins/cck_field/select_dynamic/select_dynamic.xml +++ b/plugins/cck_field/select_dynamic/select_dynamic.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/select_multiple/select_multiple.xml b/plugins/cck_field/select_multiple/select_multiple.xml index f647ba6dd..8aa927ee5 100644 --- a/plugins/cck_field/select_multiple/select_multiple.xml +++ b/plugins/cck_field/select_multiple/select_multiple.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/select_numeric/select_numeric.xml b/plugins/cck_field/select_numeric/select_numeric.xml index ebd25eb16..c76859fe7 100644 --- a/plugins/cck_field/select_numeric/select_numeric.xml +++ b/plugins/cck_field/select_numeric/select_numeric.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/select_simple/select_simple.xml b/plugins/cck_field/select_simple/select_simple.xml index 17d6fb913..8a47cf8cf 100644 --- a/plugins/cck_field/select_simple/select_simple.xml +++ b/plugins/cck_field/select_simple/select_simple.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/storage/storage.xml b/plugins/cck_field/storage/storage.xml index e834a6c87..797a8bf07 100644 --- a/plugins/cck_field/storage/storage.xml +++ b/plugins/cck_field/storage/storage.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/tabs/tabs.xml b/plugins/cck_field/tabs/tabs.xml index c35a20808..3c6c7eee8 100644 --- a/plugins/cck_field/tabs/tabs.xml +++ b/plugins/cck_field/tabs/tabs.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/text/text.xml b/plugins/cck_field/text/text.xml index a1a81c556..af08a3b16 100644 --- a/plugins/cck_field/text/text.xml +++ b/plugins/cck_field/text/text.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/textarea/textarea.xml b/plugins/cck_field/textarea/textarea.xml index 9dfe7d7ae..e8db2cea0 100644 --- a/plugins/cck_field/textarea/textarea.xml +++ b/plugins/cck_field/textarea/textarea.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/upload_file/upload_file.xml b/plugins/cck_field/upload_file/upload_file.xml index 8dcf192c8..eacb253c1 100644 --- a/plugins/cck_field/upload_file/upload_file.xml +++ b/plugins/cck_field/upload_file/upload_file.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/upload_image/upload_image.xml b/plugins/cck_field/upload_image/upload_image.xml index 43c8967ae..30e4333c0 100644 --- a/plugins/cck_field/upload_image/upload_image.xml +++ b/plugins/cck_field/upload_image/upload_image.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field/wysiwyg_editor/wysiwyg_editor.xml b/plugins/cck_field/wysiwyg_editor/wysiwyg_editor.xml index 2b85b2170..4ac3e78a1 100644 --- a/plugins/cck_field/wysiwyg_editor/wysiwyg_editor.xml +++ b/plugins/cck_field/wysiwyg_editor/wysiwyg_editor.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field_link/cck_form/cck_form.xml b/plugins/cck_field_link/cck_form/cck_form.xml index 2be4b4eb5..e0ea56450 100644 --- a/plugins/cck_field_link/cck_form/cck_form.xml +++ b/plugins/cck_field_link/cck_form/cck_form.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field_link/cck_list/cck_list.xml b/plugins/cck_field_link/cck_list/cck_list.xml index cf340e1b6..c578255b7 100644 --- a/plugins/cck_field_link/cck_list/cck_list.xml +++ b/plugins/cck_field_link/cck_list/cck_list.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field_link/content/content.xml b/plugins/cck_field_link/content/content.xml index 177a74959..0a37944d7 100644 --- a/plugins/cck_field_link/content/content.xml +++ b/plugins/cck_field_link/content/content.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field_link/content_delete/content_delete.xml b/plugins/cck_field_link/content_delete/content_delete.xml index 78acd6a0e..5de2d4108 100644 --- a/plugins/cck_field_link/content_delete/content_delete.xml +++ b/plugins/cck_field_link/content_delete/content_delete.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field_live/joomla_user/joomla_user.xml b/plugins/cck_field_live/joomla_user/joomla_user.xml index 51807bc81..66f06a892 100644 --- a/plugins/cck_field_live/joomla_user/joomla_user.xml +++ b/plugins/cck_field_live/joomla_user/joomla_user.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field_live/url_variable/url_variable.xml b/plugins/cck_field_live/url_variable/url_variable.xml index b79baff80..e688b6876 100644 --- a/plugins/cck_field_live/url_variable/url_variable.xml +++ b/plugins/cck_field_live/url_variable/url_variable.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field_restriction/cck_workflow/cck_workflow.xml b/plugins/cck_field_restriction/cck_workflow/cck_workflow.xml index dd498c6c0..65b414111 100644 --- a/plugins/cck_field_restriction/cck_workflow/cck_workflow.xml +++ b/plugins/cck_field_restriction/cck_workflow/cck_workflow.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2012 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field_restriction/url_variable/url_variable.xml b/plugins/cck_field_restriction/url_variable/url_variable.xml index e106a0607..9c1ef5dad 100644 --- a/plugins/cck_field_restriction/url_variable/url_variable.xml +++ b/plugins/cck_field_restriction/url_variable/url_variable.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. December 2014 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field_typo/bold/bold.xml b/plugins/cck_field_typo/bold/bold.xml index 32f817307..b31dcd2d3 100644 --- a/plugins/cck_field_typo/bold/bold.xml +++ b/plugins/cck_field_typo/bold/bold.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field_typo/clear/clear.xml b/plugins/cck_field_typo/clear/clear.xml index 6d50ca4ed..83f01246e 100644 --- a/plugins/cck_field_typo/clear/clear.xml +++ b/plugins/cck_field_typo/clear/clear.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field_typo/date/date.xml b/plugins/cck_field_typo/date/date.xml index 96235929e..1abe913d6 100644 --- a/plugins/cck_field_typo/date/date.xml +++ b/plugins/cck_field_typo/date/date.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field_typo/heading/heading.xml b/plugins/cck_field_typo/heading/heading.xml index 2578701c5..50c312978 100644 --- a/plugins/cck_field_typo/heading/heading.xml +++ b/plugins/cck_field_typo/heading/heading.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field_typo/html/html.xml b/plugins/cck_field_typo/html/html.xml index 24af5c44a..f1f1d945e 100644 --- a/plugins/cck_field_typo/html/html.xml +++ b/plugins/cck_field_typo/html/html.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field_typo/image/image.xml b/plugins/cck_field_typo/image/image.xml index efdfbe234..d6a230655 100644 --- a/plugins/cck_field_typo/image/image.xml +++ b/plugins/cck_field_typo/image/image.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field_typo/italic/italic.xml b/plugins/cck_field_typo/italic/italic.xml index 1a926c33a..4cebf2912 100644 --- a/plugins/cck_field_typo/italic/italic.xml +++ b/plugins/cck_field_typo/italic/italic.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field_typo/joomla_jgrid/joomla_jgrid.xml b/plugins/cck_field_typo/joomla_jgrid/joomla_jgrid.xml index f4d9960e7..de74a2aed 100644 --- a/plugins/cck_field_typo/joomla_jgrid/joomla_jgrid.xml +++ b/plugins/cck_field_typo/joomla_jgrid/joomla_jgrid.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. May 2013 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field_typo/underline/underline.xml b/plugins/cck_field_typo/underline/underline.xml index f14044b5f..29d359f11 100644 --- a/plugins/cck_field_typo/underline/underline.xml +++ b/plugins/cck_field_typo/underline/underline.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field_validation/ajax_availability/ajax_availability.xml b/plugins/cck_field_validation/ajax_availability/ajax_availability.xml index 2b9af56e9..8e1d69226 100644 --- a/plugins/cck_field_validation/ajax_availability/ajax_availability.xml +++ b/plugins/cck_field_validation/ajax_availability/ajax_availability.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2012 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field_validation/confirm/confirm.xml b/plugins/cck_field_validation/confirm/confirm.xml index 49880e186..c1520a42e 100644 --- a/plugins/cck_field_validation/confirm/confirm.xml +++ b/plugins/cck_field_validation/confirm/confirm.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field_validation/email/email.xml b/plugins/cck_field_validation/email/email.xml index 4145f55c2..29c4939c5 100644 --- a/plugins/cck_field_validation/email/email.xml +++ b/plugins/cck_field_validation/email/email.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field_validation/letter_number_only/letter_number_only.xml b/plugins/cck_field_validation/letter_number_only/letter_number_only.xml index 05a9512de..069fbaf1c 100644 --- a/plugins/cck_field_validation/letter_number_only/letter_number_only.xml +++ b/plugins/cck_field_validation/letter_number_only/letter_number_only.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field_validation/required/required.xml b/plugins/cck_field_validation/required/required.xml index 6689dbf24..e6bcdeff0 100644 --- a/plugins/cck_field_validation/required/required.xml +++ b/plugins/cck_field_validation/required/required.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_field_validation/url/url.xml b/plugins/cck_field_validation/url/url.xml index 1d5e02602..3b51431f7 100644 --- a/plugins/cck_field_validation/url/url.xml +++ b/plugins/cck_field_validation/url/url.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_storage/custom/custom.xml b/plugins/cck_storage/custom/custom.xml index f8115cca4..3415ab73d 100644 --- a/plugins/cck_storage/custom/custom.xml +++ b/plugins/cck_storage/custom/custom.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_storage/json/json.xml b/plugins/cck_storage/json/json.xml index c68f1144c..9a120aeda 100644 --- a/plugins/cck_storage/json/json.xml +++ b/plugins/cck_storage/json/json.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_storage/standard/standard.xml b/plugins/cck_storage/standard/standard.xml index 9c1189e4b..4e0d7c1fa 100644 --- a/plugins/cck_storage/standard/standard.xml +++ b/plugins/cck_storage/standard/standard.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_storage_location/free/free.xml b/plugins/cck_storage_location/free/free.xml index c35b38fc7..40650e4fb 100644 --- a/plugins/cck_storage_location/free/free.xml +++ b/plugins/cck_storage_location/free/free.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_storage_location/joomla_article/joomla_article.xml b/plugins/cck_storage_location/joomla_article/joomla_article.xml index bfa86cb88..ef0a815ab 100644 --- a/plugins/cck_storage_location/joomla_article/joomla_article.xml +++ b/plugins/cck_storage_location/joomla_article/joomla_article.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_storage_location/joomla_category/joomla_category.xml b/plugins/cck_storage_location/joomla_category/joomla_category.xml index b089ea17c..929b4f89e 100644 --- a/plugins/cck_storage_location/joomla_category/joomla_category.xml +++ b/plugins/cck_storage_location/joomla_category/joomla_category.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_storage_location/joomla_user/joomla_user.xml b/plugins/cck_storage_location/joomla_user/joomla_user.xml index a14b5a0da..8f5e24efd 100644 --- a/plugins/cck_storage_location/joomla_user/joomla_user.xml +++ b/plugins/cck_storage_location/joomla_user/joomla_user.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/cck_storage_location/joomla_user_group/joomla_user_group.xml b/plugins/cck_storage_location/joomla_user_group/joomla_user_group.xml index c591fa874..0947bc3e2 100644 --- a/plugins/cck_storage_location/joomla_user_group/joomla_user_group.xml +++ b/plugins/cck_storage_location/joomla_user_group/joomla_user_group.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 install/script.php diff --git a/plugins/content/cck/cck.xml b/plugins/content/cck/cck.xml index 3422f097d..cb2c26931 100644 --- a/plugins/content/cck/cck.xml +++ b/plugins/content/cck/cck.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 script.php diff --git a/plugins/search/cck/cck.xml b/plugins/search/cck/cck.xml index e92ebd7de..ef880cbe3 100644 --- a/plugins/search/cck/cck.xml +++ b/plugins/search/cck/cck.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 cck.php diff --git a/plugins/system/cck/cck.xml b/plugins/system/cck/cck.xml index dc86eeb69..88664756d 100644 --- a/plugins/system/cck/cck.xml +++ b/plugins/system/cck/cck.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 cck.php diff --git a/plugins/task/cck/cck.xml b/plugins/task/cck/cck.xml index c8f0652f5..737c9fd03 100644 --- a/plugins/task/cck/cck.xml +++ b/plugins/task/cck/cck.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. March 2023 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 Joomla\Plugin\Task\Cck diff --git a/plugins/user/cck/cck.xml b/plugins/user/cck/cck.xml index 550fb367a..cebe98080 100644 --- a/plugins/user/cck/cck.xml +++ b/plugins/user/cck/cck.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 cck.php diff --git a/templates/seb_blog/templateDetails.xml b/templates/seb_blog/templateDetails.xml index 8e8e02ddf..eac02e97f 100644 --- a/templates/seb_blog/templateDetails.xml +++ b/templates/seb_blog/templateDetails.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 css diff --git a/templates/seb_list/templateDetails.xml b/templates/seb_list/templateDetails.xml index 167e45e07..55e13d971 100644 --- a/templates/seb_list/templateDetails.xml +++ b/templates/seb_list/templateDetails.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. April 2013 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 css diff --git a/templates/seb_minima/templateDetails.xml b/templates/seb_minima/templateDetails.xml index 95eb27af6..5bc789baf 100644 --- a/templates/seb_minima/templateDetails.xml +++ b/templates/seb_minima/templateDetails.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. April 2013 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 css diff --git a/templates/seb_one/templateDetails.xml b/templates/seb_one/templateDetails.xml index 45b452add..b78ea3191 100644 --- a/templates/seb_one/templateDetails.xml +++ b/templates/seb_one/templateDetails.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 css diff --git a/templates/seb_table/templateDetails.xml b/templates/seb_table/templateDetails.xml index 5b1979b3f..2fb34ba50 100644 --- a/templates/seb_table/templateDetails.xml +++ b/templates/seb_table/templateDetails.xml @@ -8,7 +8,7 @@ GNU General Public License version 2 or later. January 2011 SEBLOD 3.x - www.seblod.com // by Octopoos - www.octopoos.com - 4.3.1 + 4.3.2 css