コード例 #1
0
ファイル: util.php プロジェクト: matiasma/moodle
 /**
  * Reset updated table list. This should be done after every reset.
  */
 public static function reset_updated_table_list()
 {
     self::$tableupdated = array();
 }