Type in archive function
This commit is contained in:
parent
d5fbe3e05a
commit
b6f7c82cd2
|
@ -95,7 +95,7 @@ class m_action {
|
||||||
* If archive_del_data is not set we delete the folder.
|
* If archive_del_data is not set we delete the folder.
|
||||||
* @param: $dir : sub_directory of the archive directory
|
* @param: $dir : sub_directory of the archive directory
|
||||||
*/
|
*/
|
||||||
function archive($archivei,$dir="html") {
|
function archive($archive,$dir="html") {
|
||||||
global $cuid,$db,$err;
|
global $cuid,$db,$err;
|
||||||
|
|
||||||
$arch=variable_get('archive_del_data');
|
$arch=variable_get('archive_del_data');
|
||||||
|
|
Loading…
Reference in New Issue