Compare commits

...

6 Commits

Author SHA1 Message Date
Christian Boltz 29f588ae9f branches/ contained several version tags. Moved them to tags/ where they belong.
This affects:
- 2.3beta
- 2.3rcX
- 2.2.1.1
- 2.2.1


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/tags/postfixadmin-2.3beta@986 a1433add-5e2c-0410-b055-b7f2511e0802
15 years ago
David Goodwin 5e169b9544 debian/changelog: bump up svn number; change date etc
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/branches/postfixadmin-2.3beta@540 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin 74dfe63b9f functions.inc.php: merge in r538 from trunk - remove dev comment
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/branches/postfixadmin-2.3beta@539 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin 07b82d2ead re-creating branch after more updates on trunk
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/branches/postfixadmin-2.3beta@536 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin 316884b6e8 quota_usage.pl: copying in from trunk
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/branches/postfixadmin-2.3beta@530 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago
David Goodwin 187e4d9a0b branch to 2.3beta
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/branches/postfixadmin-2.3beta@528 a1433add-5e2c-0410-b055-b7f2511e0802
17 years ago

4
debian/changelog vendored

@ -1,6 +1,6 @@
postfixadmin (2.3beta) unstable; urgency=low
* Subversion revision 527
* Subversion revision 539
* Fixes for MySQL upgrade issues
* Improved vacation.pl (renotification options, use SMTP headers, better
logging, optional external config file)
@ -11,7 +11,7 @@ postfixadmin (2.3beta) unstable; urgency=low
* Enhanced mailbox table to make it easier for people to customise where mailboxes live
* and much more
-- David Goodwin <david.goodwin@palepurple.co.uk> Sat, 17 Jan 2009 20:06:00 +0000
-- David Goodwin <david.goodwin@palepurple.co.uk> Tue, 20 Jan 2009 20:50:00 +0000
postfixadmin (2.2.1.1) unstable; urgency=low

@ -1576,7 +1576,6 @@ function db_assoc ($result)
function db_delete ($table,$where,$delete)
{
$query = "DELETE FROM $table WHERE " . escape_string($where) . "='" . escape_string($delete) . "'";
echo $query;
$result = db_query ($query);
if ($result['rows'] >= 1)
{

Loading…
Cancel
Save