Файл: includes/dbimport.inc.php
Строк: 18
<?php
/******************************************************************************/
// //
// InstantCMS v1.10 //
// http://www.instantcms.ru/ //
// //
// written by InstantCMS Team, 2007-2012 //
// produced by InstantSoft, (www.instantsoft.ru) //
// //
// LICENSED BY GNU/GPL v2 //
// //
/******************************************************************************/
/**
* ====== DEPRECATED =========
*/
function dbRunSQL($sql_file, $db_pref){
return cmsDatabase::getInstance()->importFromFile($sql_file);
}
?>