all typos this time
This commit is contained in:
parent
9c90e64323
commit
71998a98a4
1 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ finish();
|
|||
|
||||
#-------------------------------------------------
|
||||
sub addZipArchive {
|
||||
print "\nAdding Zip Archive Asset\n" unless ($quiet);
|
||||
print "\tAdding Zip Archive Asset\n" unless ($quiet);
|
||||
WebGUI::SQL->write("create table ZipArchiveAsset (
|
||||
assetId varchar(22) binary not null,
|
||||
templateId varchar(22) binary not null default '',
|
||||
|
|
@ -144,7 +144,7 @@ sub addInOutBoard {
|
|||
dateStamp int not null,
|
||||
message text
|
||||
)");
|
||||
WebGUI::SQl->write("insert into userProfileField (fieldName,fieldLabel,visible,dataType,dataValues,dataDefault,sequenceNumber,profileCategoryId,editable) values ('department',".quote("'Department'").",1,'selectList',".quote("{'IT'=>'IT','HR'=>'HR','Regular Staff'=>'Regular Staff'}").",".quote("['Regular Staff']").",8,'6',1)");
|
||||
WebGUI::SQL->write("insert into userProfileField (fieldName,fieldLabel,visible,dataType,dataValues,dataDefault,sequenceNumber,profileCategoryId,editable) values ('department',".quote("'Department'").",1,'selectList',".quote("{'IT'=>'IT','HR'=>'HR','Regular Staff'=>'Regular Staff'}").",".quote("['Regular Staff']").",8,'6',1)");
|
||||
my $import = WebGUI::Asset->getImportNode;
|
||||
my $folder = $import->addChild({
|
||||
title=>"In/Out Board Templates",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue