1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Didn't quite get the last mod right

This commit is contained in:
e107steved
2007-01-28 12:48:37 +00:00
parent dddb3f7508
commit 423d6457d1
2 changed files with 7 additions and 5 deletions

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/chatbox_menu/admin_chatbox.php,v $
| $Revision: 1.2 $
| $Date: 2007-01-28 11:01:32 $
| $Revision: 1.3 $
| $Date: 2007-01-28 12:48:37 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@@ -35,6 +35,7 @@ if (isset($_POST['updatesettings'])) {
$pref['cb_mod'] = $_POST['cb_mod'];
save_prefs();
$e107cache->clear("nq_chatbox");
$e107cache->clear("chatbox");
$message = CHBLAN_1;
}
@@ -44,6 +45,7 @@ if (isset($_POST['prune'])) {
$sql->db_Delete("chatbox", "cb_datestamp < '$prunetime' ");
$e107cache->clear("nq_chatbox");
$e107cache->clear("chatbox");
$message = CHBLAN_28;
}