got transaction management working well enough to notice that there are a few things broken about it =)

This commit is contained in:
JT Smith 2008-05-19 01:48:31 +00:00
parent affd08990a
commit 0e257e7c94
5 changed files with 232 additions and 8 deletions

View file

@ -3,6 +3,12 @@ package WebGUI::i18n::English::Shop;
use strict;
our $I18N = {
'print' => {
message => q|Print|,
lastUpdated => 0,
context => q|a link label|,
},
'view cart' => {
message => q|View Cart|,
lastUpdated => 0,