Changeset 399
- Timestamp:
- 04/06/08 22:10:33 (16 years ago)
- Location:
- plugins/empreinte
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/empreinte/_define.php
r351 r399 19 19 /* Description*/ "Save browser information in comments", 20 20 /* Author */ "Oleksandr Syenchuk", 21 /* Version */ '0.3. 3',21 /* Version */ '0.3.4', 22 22 /* Permissions */ 'contentadmin' 23 23 ); -
plugins/empreinte/_install.php
r351 r399 29 29 $sets->setNamespace(strtolower($label)); 30 30 31 # New install / update (just erase settings - but not their values)31 # New install / update 32 32 $sets->put('empreinte_authorlink_mask','%1$s', 33 33 'string','AuthorLink mask',false); … … 36 36 $sets->put('empreinte_checkbox_style','margin:0pt 5px 0pt 140px;width:auto;', 37 37 'string','Set a style attribute to the checkbox that disables Empreinte',false); 38 # We d eNOT erase database contents if a previous version is installed38 # We do NOT erase database contents if a previous version is installed 39 39 if ($i_version === null) { 40 40 $s->comment
Note: See TracChangeset
for help on using the changeset viewer.