@@ -34,9 +34,9 @@ function archive_add_file($path, $name, $subdir = '')
34
34
/**
35
35
* Add the contents of a table to the archive.
36
36
*
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
38
38
* @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
40
40
*/
41
41
function archive_add_table ($ name , $ table , $ type = -1 )
42
42
{
@@ -66,7 +66,7 @@ function archive_add_table($name, $table, $type = -1)
66
66
/**
67
67
* Restore the contents of a table from an uploaded archive.
68
68
*
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
70
70
* @param $table string The table to import
71
71
* @param $flush boolean Whether to flush the table before importing the archived data
72
72
*
@@ -214,9 +214,9 @@ function archive_restore_table($file, $table, $flush = false)
214
214
/**
215
215
* Create table rows from an uploaded archive file.
216
216
*
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
220
220
* @param $wildcardstyle boolean Whether to format the input domains in legacy wildcard notation
221
221
*
222
222
* @return int Number of processed rows from the imported file
@@ -270,7 +270,7 @@ function archive_insert_into_table($file, $table, $flush = false, $wildcardstyle
270
270
* Flush table if requested. This subroutine flushes each table only once.
271
271
*
272
272
* @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)
274
274
*/
275
275
function flush_table ($ table , $ type = null )
276
276
{
0 commit comments