clear out some compile warnings
This commit is contained in:
parent
21058ead4d
commit
05a01201ff
6 changed files with 6 additions and 9 deletions
|
|
@ -788,7 +788,6 @@ sub www_editListingSave {
|
|||
$oldTag->setWorking
|
||||
if defined $oldTag;
|
||||
}
|
||||
my $forum = WebGUI::
|
||||
}
|
||||
$data{maintainerId} = $self->session->form->process("maintainerId") if ($self->canEdit);
|
||||
$data{assetId} = $self->getId;
|
||||
|
|
|
|||
|
|
@ -1139,7 +1139,7 @@ sub www_editProjectSave {
|
|||
}
|
||||
|
||||
#Save the extended project data
|
||||
my $projectId = $self->setCollateral("PM_project","projectId",$props,0,1);
|
||||
$projectId = $self->setCollateral("PM_project","projectId",$props,0,1);
|
||||
|
||||
if($origProjId eq "new") {
|
||||
#Create Project Start Milestone Task for new projects
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ use Weather::Com::Finder;
|
|||
BEGIN {
|
||||
# This is horrible, and needs to be removed when Weather::Com > 0.5.3 is released.
|
||||
my $old_get_weather = \&Weather::Com::Base::get_weather;
|
||||
no warnings 'redefine';
|
||||
*Weather::Com::Base::get_weather = sub {
|
||||
my $self = shift;
|
||||
$self->{LINKS} = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue