thomascube
2010-10-31 d3664623169c8db7a83b4049e4d3ef7b8714a923
bin/cleandb.sh
@@ -5,8 +5,8 @@
 +-----------------------------------------------------------------------+
 | bin/cleandb.sh                                                        |
 |                                                                       |
 | This file is part of the RoundCube Webmail client                     |
 | Copyright (C) 2010, RoundCube Dev. - Switzerland                      |
 | This file is part of the Roundcube Webmail client                     |
 | Copyright (C) 2010, Roundcube Dev. - Switzerland                      |
 | Licensed under the GNU GPL                                            |
 |                                                                       |
 | PURPOSE:                                                              |
@@ -36,9 +36,10 @@
// connect to DB
$RCMAIL = rcmail::get_instance();
$db = $RCMAIL->get_dbh();
$db->db_connect('w');
if (!$db->is_connected() || $db->is_error)
    die("No DB connection");
if (!$db->is_connected() || $db->is_error())
    die("No DB connection\n");
if (!empty($_SERVER['argv'][1]))
    $days = intval($_SERVER['argv'][1]);