Code Duplication    Length = 5-5 lines in 2 locations

programs/init.php 2 locations

@@ 168-172 (lines=5) @@
165
	
166
	// default types
167
	
168
	if (0 === $typescount)
169
	{
170
		bab_execSqlFile(dirname(__FILE__).'/sql/types.sql', 'UTF-8');
171
		bab_installWindow::message(absences_translate('Import vacations types... done.'));
172
	}
173
	
174
	
175
	
@@ 185-189 (lines=5) @@
182
	
183
	// default collections
184
	
185
	if (0 === $collectionscount)
186
	{
187
	    bab_execSqlFile(dirname(__FILE__).'/sql/collections.sql', 'UTF-8');
188
	    bab_installWindow::message(absences_translate('Import collections... done.'));
189
	}
190
	
191
	
192