mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 10:28:31 +02:00
fix typo
This commit is contained in:
@ -946,7 +946,7 @@ class Backup
|
||||
|
||||
if ($lock_table || empty($pk) && is_null($lock_table))
|
||||
{
|
||||
$this->db->Link_ID->row_lock($table);
|
||||
$this->db->row_lock($table);
|
||||
}
|
||||
$total = $max = 0;
|
||||
do {
|
||||
|
Reference in New Issue
Block a user