mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
not valid anymore
This commit is contained in:
parent
3df9b76106
commit
871c880dba
@ -1,18 +0,0 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
use DBI;
|
||||
|
||||
$db_host = 'localhost';
|
||||
$db_name = 'phpGroupWare';
|
||||
$db_user = 'phpgroupware';
|
||||
$db_pass = 'phpgr0upwar3';
|
||||
|
||||
$dbase = DBI->connect("DBI:mysql:$db_name;$db_host",$db_user,$db_pass);
|
||||
|
||||
|
||||
$command = $dbase->do("delete from webcal_entry");
|
||||
$command = $dbase->do("delete from webcal_entry_user");
|
||||
$command = $dbase->do("delete from webcal_entry_groups");
|
||||
$command = $dbase->do("delete from webcal_entry_repeats");
|
||||
|
||||
$dbase->disconnect();
|
Loading…
Reference in New Issue
Block a user