Changeset 679
- Timestamp:
- 09/07/06 12:54:23 (2 years ago)
- Files:
-
- 1 modified
-
Branches/2.1/core/js/Macros.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Branches/2.1/core/js/Macros.js
r678 r679 1027 1027 for(t=0; t<rowNames.length; t++) 1028 1028 { 1029 store.addTiddler(theStore.fetchTiddler(rowNames[t])); 1029 var inbound = theStore.fetchTiddler(rowNames[t]); 1030 store.saveTiddler(inbound.title, inbound.title, inbound.text, inbound.modifier, inbound.modified, inbound.tags); 1031 store.fetchTiddler(inbound.title).created = inbound.created; 1030 1032 store.notify(rowNames[t],false); 1031 1033 }
