added WebGUI.str javascript class with sprintf and trim functions

got the badge builder working in the EMS
This commit is contained in:
JT Smith 2008-03-26 02:00:16 +00:00
parent ff7d72becc
commit 3ce33df7ec
6 changed files with 610 additions and 47 deletions

View file

@ -111,8 +111,8 @@ sub upgradeEMS {
)");
$db->write("create table EMSRegistrantRibbon (
badgeId varchar(22) binary not null,
tokenAssetId varchar(22) binary not null,
primary key (badgeId,tokenAssetId)
ribbonAssetId varchar(22) binary not null,
primary key (badgeId,ribbonAssetId)
)");
$db->write("create table EMSBadge (
assetId varchar(22) binary not null,