Finished top crashers stat page
This commit is contained in:
4
htdocs/lib/update_signatures.php
Executable file → Normal file
4
htdocs/lib/update_signatures.php
Executable file → Normal file
@@ -17,8 +17,8 @@ while ($row = DBH::$db->fetchRow($res))
|
||||
DBH::$db->loadFromDbRow($r, $res, $row);
|
||||
$r->parseStackTrace();
|
||||
$r->updateSignature();
|
||||
var_dump($r);
|
||||
print "Updating signature for {$r->id}\n";
|
||||
$r->saveSignature();
|
||||
}
|
||||
DBH::$db->commit();
|
||||
DBH::$db->commit();
|
||||
Memc::flush();
|
||||
Reference in New Issue
Block a user