Got rid of some harmless warning messages.
git-svn-id: svn://10.0.0.236/trunk@16076 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
230961099c
commit
6217e65ae5
@ -273,6 +273,12 @@ foreach my $id (@idlist) {
|
||||
foreach my $col (@::log_columns) {
|
||||
my $old = shift @oldvalues;
|
||||
my $new = shift @newvalues;
|
||||
if (!defined $old) {
|
||||
$old = "";
|
||||
}
|
||||
if (!defined $new) {
|
||||
$new = "";
|
||||
}
|
||||
if ($old ne $new) {
|
||||
if (!defined $whoid) {
|
||||
$whoid = DBNameToIdAndCheck($::FORM{'who'});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user