@@ -34,9 +34,9 @@ function archive_add_file($path, $name, $subdir = '')
3434/**
3535 * Add the contents of a table to the archive.
3636 *
37- * @param $name string The name of the file in the archive to save the table to
37+ * @param $name string The name of the file in the archive to save the table to
3838 * @param $table string The table to export
39- * @param $type integer Type of domains to store
39+ * @param $type integer Type of domains to store
4040 */
4141function archive_add_table ($ name , $ table , $ type = -1 )
4242{
@@ -66,7 +66,7 @@ function archive_add_table($name, $table, $type = -1)
6666/**
6767 * Restore the contents of a table from an uploaded archive.
6868 *
69- * @param $file object The file in the archive to restore the table from
69+ * @param $file object The file in the archive to restore the table from
7070 * @param $table string The table to import
7171 * @param $flush boolean Whether to flush the table before importing the archived data
7272 *
@@ -214,9 +214,9 @@ function archive_restore_table($file, $table, $flush = false)
214214/**
215215 * Create table rows from an uploaded archive file.
216216 *
217- * @param $file object The file in the archive to import
218- * @param $table string The target table
219- * @param $flush boolean Whether to flush the table before importing the archived data
217+ * @param $file object The file in the archive to import
218+ * @param $table string The target table
219+ * @param $flush boolean Whether to flush the table before importing the archived data
220220 * @param $wildcardstyle boolean Whether to format the input domains in legacy wildcard notation
221221 *
222222 * @return int Number of processed rows from the imported file
@@ -270,7 +270,7 @@ function archive_insert_into_table($file, $table, $flush = false, $wildcardstyle
270270 * Flush table if requested. This subroutine flushes each table only once.
271271 *
272272 * @param $table string The target table
273- * @param $type integer Type of item to flush in table (applies only to domainlist table)
273+ * @param $type integer Type of item to flush in table (applies only to domainlist table)
274274 */
275275function flush_table ($ table , $ type = null )
276276{
0 commit comments