fixVeryLateDates
This commit is contained in:
parent
ad6c1f34d4
commit
ee0c9fce6e
1 changed files with 1 additions and 1 deletions
|
|
@ -850,7 +850,7 @@ foreach my $hash (@overrides) {
|
|||
#-------------------------------------------------
|
||||
sub fixVeryLateDates {
|
||||
print "\tFixing very late endDates.\n" unless ($quiet);
|
||||
WebGUI::SQL->write("update assetdata set endDate='2082783600' where endDate>=4294967294");
|
||||
WebGUI::SQL->write("update assetData set endDate='2082783600' where endDate>=4294967294");
|
||||
}
|
||||
|
||||
#-------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue