no say
This commit is contained in:
parent
ea5f647b93
commit
d5ef2ef483
1 changed files with 1 additions and 3 deletions
|
@ -342,7 +342,6 @@ sub add ($c) {
|
||||||
if ($record eq 'uid') {
|
if ($record eq 'uid') {
|
||||||
push @these_uids, $userid;
|
push @these_uids, $userid;
|
||||||
$need_sig = 1;
|
$need_sig = 1;
|
||||||
say "Yep, need sig";
|
|
||||||
}
|
}
|
||||||
if ($need_sig and $record eq 'sig' and (
|
if ($need_sig and $record eq 'sig' and (
|
||||||
$signatureclass eq '[selfsig]'
|
$signatureclass eq '[selfsig]'
|
||||||
|
@ -351,7 +350,6 @@ sub add ($c) {
|
||||||
or $signatureclass eq '0x11'
|
or $signatureclass eq '0x11'
|
||||||
or $signatureclass eq '0x10'))
|
or $signatureclass eq '0x10'))
|
||||||
{
|
{
|
||||||
say "here we are";
|
|
||||||
$need_sig = 0;
|
$need_sig = 0;
|
||||||
$these_uids[-1] .= "$magic_delimiter$create:$expire:$flag";
|
$these_uids[-1] .= "$magic_delimiter$create:$expire:$flag";
|
||||||
}
|
}
|
||||||
|
@ -462,7 +460,7 @@ if (check_for_tables()) {
|
||||||
$pg->db->update('this_service', {operations => 0, starttime => time});
|
$pg->db->update('this_service', {operations => 0, starttime => time});
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
say "There are not tables in the database.";
|
say "There are not tables in the database, fixing.";
|
||||||
create_tables();
|
create_tables();
|
||||||
$pg->db->insert('this_service',{
|
$pg->db->insert('this_service',{
|
||||||
starttime => time,
|
starttime => time,
|
||||||
|
|
Loading…
Reference in a new issue