mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
php doc
This commit is contained in:
@@ -81,6 +81,7 @@ if (!class_exists('AttachmentInstaller'))
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 2.7.4 N°3788
|
||||
* @param string $sTableName
|
||||
* @param int $iBulkSize
|
||||
*
|
||||
|
||||
@@ -727,6 +727,7 @@ class ApplicationInstaller
|
||||
SetupPage::log_info("There are $iOrphanCount useless records in {$sDBPrefix}priv_change (".sprintf('%.2f', ((100.0*$iOrphanCount)/$iTotalCount))."%)");
|
||||
if ($iOrphanCount > 0)
|
||||
{
|
||||
//N°3793
|
||||
if ($iOrphanCount > 100000)
|
||||
{
|
||||
SetupPage::log_warning("There are too much useless records ($iOrphanCount) in {$sDBPrefix}priv_change. Cleanup cannot be done during setup.");
|
||||
|
||||
Reference in New Issue
Block a user