You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-08-09 05:02:44 +03:00
*fixed db_insert - duplicate $timestamp
*fixed VacationHandler.php *changed edit-vacation to us VacationHandler *added todopoint to upgrade.php *fixed problem in AliasHandler git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@981 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
@@ -1743,7 +1743,7 @@ function db_insert ($table, $values, $timestamp = array('created', 'modified') )
|
||||
*/
|
||||
function db_update ($table, $where_col, $where_value, $values, $timestamp = array('modified') ) {
|
||||
$where = $where_col . " = '" . escape_string($where_value) . "'";
|
||||
return db_update_q ($table, $where, $values, $timestamp = array('modified') );
|
||||
return db_update_q ($table, $where, $values, $timestamp );
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user