remove WebGUI::Utility::isIn
This commit is contained in:
parent
0e754a51e4
commit
6aa26c2e44
61 changed files with 126 additions and 148 deletions
|
|
@ -445,7 +445,7 @@ sub crud_updateTable {
|
|||
my $sth = $db->read("DESCRIBE ".$tableName);
|
||||
my $tableKey = $class->crud_getTableKey($session);
|
||||
while (my ($col, $type, $null, $key, $default) = $sth->array) {
|
||||
next if (isIn($col, $tableKey, 'lastUpdated', 'dateCreated','sequenceNumber'));
|
||||
next if ($col ~~ [$tableKey, 'lastUpdated', 'dateCreated','sequenceNumber']);
|
||||
$tableFields{$col} = {
|
||||
type => $type,
|
||||
null => $null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue