Skip to content

Commit 324f3c4

Browse files
author
rub
committed
[NBM] Step 7: Add functionalities subscribe/unsubscribe:
o reduce length of check_key o fix bugs o send mail on subscribe/unsubscribe o add and used $conf parameters o review keyword of languages o improve selection/check o can subscribe/unsubscribe with a link include on mail o fix bug mass_update collate git-svn-id: http://piwigo.org/svn/trunk@1116 68402e56-0260-453c-a942-63ccdbb3a9ee
1 parent 12df580 commit 324f3c4

File tree

12 files changed

+699
-257
lines changed

12 files changed

+699
-257
lines changed

admin/include/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ function mass_updates($tablename, $dbfields, $datas)
762762
{
763763
$column.= " default '".$row['Default']."'";
764764
}
765-
if (isset($row['Collation']))
765+
if (isset($row['Collation']) and $row['Collation'] != 'NULL')
766766
{
767767
$column.= " collate '".$row['Collation']."'";
768768
}

0 commit comments

Comments
 (0)