mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
fix typo
This commit is contained in:
parent
dca8f4dd70
commit
391f3ce00a
@ -946,7 +946,7 @@ class Backup
|
|||||||
|
|
||||||
if ($lock_table || empty($pk) && is_null($lock_table))
|
if ($lock_table || empty($pk) && is_null($lock_table))
|
||||||
{
|
{
|
||||||
$this->db->Link_ID->row_lock($table);
|
$this->db->row_lock($table);
|
||||||
}
|
}
|
||||||
$total = $max = 0;
|
$total = $max = 0;
|
||||||
do {
|
do {
|
||||||
|
Loading…
Reference in New Issue
Block a user