Skip to content

Commit

Permalink
[NBM] Step 7: Add functionalities subscribe/unsubscribe:
Browse files Browse the repository at this point in the history
  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
  • Loading branch information
rub committed Apr 1, 2006
1 parent 12df580 commit 324f3c4
Show file tree
Hide file tree
Showing 12 changed files with 699 additions and 257 deletions.
2 changes: 1 addition & 1 deletion admin/include/functions.php
Expand Up @@ -762,7 +762,7 @@ function mass_updates($tablename, $dbfields, $datas)
{
$column.= " default '".$row['Default']."'";
}
if (isset($row['Collation']))
if (isset($row['Collation']) and $row['Collation'] != 'NULL')
{
$column.= " collate '".$row['Collation']."'";
}
Expand Down

0 comments on commit 324f3c4

Please sign in to comment.