Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
sgallery - fix for neverending update in 2.2.0
  • Loading branch information
Jimmi08 committed Oct 30, 2018
1 parent fbb396d commit 5959270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sgallery/sgallery_sql.php
Expand Up @@ -11,7 +11,7 @@
thsrc varchar(50) NOT NULL default '',
active tinyint(1) NOT NULL default '0',
album_viewed int(10) unsigned NOT NULL default '0',
album_ustatus tinyint(1) NOT NULL default '1' ,
album_ustatus tinyint(1) NOT NULL default '1',
PRIMARY KEY (album_id),
KEY sgal_user (sgal_user),
KEY album_ustatus (album_ustatus)
Expand Down

0 comments on commit 5959270

Please sign in to comment.