From f615412e9568409c48d5a96990b40d1485c4fff3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 21 Mar 2011 17:00:32 +0800 Subject: [PATCH] Dump.php --- Dump.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dump.php b/Dump.php index 85a8a86..ccc5285 100644 --- a/Dump.php +++ b/Dump.php @@ -96,9 +96,7 @@ class Pman_Admin_Dump extends Pman { //exit; $this->discover($this->args['table'], $this->args['where'], true); - print_r($this->dumps); - exit; - + if (!file_exists($args['dump-dir'])) { mkdir($args['dump-dir'], 0777, true); -- 2.39.2