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

Another batch of fixes and tweaks; mostly mailout-related

This commit is contained in:
e107steved
2009-12-01 20:05:54 +00:00
parent ddc0383efa
commit c88a7fd6ed
11 changed files with 489 additions and 441 deletions

View File

@@ -9,8 +9,8 @@
* Database utilities
*
* $Source: /cvs_backup/e107_0.8/e107_handlers/db_table_admin_class.php,v $
* $Revision: 1.13 $
* $Date: 2009-11-20 22:23:02 $
* $Revision: 1.14 $
* $Date: 2009-12-01 20:05:53 $
* $Author: e107steved $
*/
@@ -125,6 +125,7 @@ class db_table_admin
{
unset($defs);
$fv = trim(str_replace(' ', ' ', $fv));
$fv = str_replace('`', '', $fv);
if (substr($fv, -1) == ',')
{
$fv = trim(substr($fv, 0, -1));