@@ -393,9 +393,9 @@ INSERT IGNORE INTO profile_services (name, userprop, imgfile, title_ml, url_form
393
393
UPDATE profile_services SET userprop= ' twitter' , imgfile= ' twitter_bird.png' , title_ml= ' profile.service.twitter' , url_format= ' //www.twitter.com/%s' , maxlen= 40 WHERE name= ' twitter' ;
394
394
INSERT IGNORE INTO profile_services (name, userprop, imgfile, title_ml, url_format, maxlen) VALUES (' wattpad' , ' wattpad' , ' wattpad.png' , ' profile.service.wattpad' , ' //www.wattpad.com/user/%s' , 20 );
395
395
UPDATE profile_services SET userprop= ' wattpad' , imgfile= ' wattpad.png' , title_ml= ' profile.service.wattpad' , url_format= ' //www.wattpad.com/user/%s' , maxlen= 20 WHERE name= ' wattpad' ;
396
- INSERT IGNORE INTO profile_services (name, userprop, imgfile, title_ml, url_format, maxlen) VALUES (' steam' , ' steam ' , ' steam.png' , ' profile.service.steam' , ' //steamcommunity.com/id/%s/' , 32 );
397
- UPDATE profile_services SET userprop= ' steam ' , imgfile= ' steam.png' , title_ml= ' profile.service.steam' , url_format= ' //steamcommunity.com/id/%s/' , maxlen= 32 WHERE name= ' steam' ;
398
- INSERT IGNORE INTO profile_services (name, userprop, imgfile, title_ml, url_format, maxlen) VALUES (' spotify' , ' spotify ' , ' spotify.png' , ' profile.service.spotify' , ' //open.spotify.com/user/%s' , 32 );
399
- UPDATE profile_services SET userprop= ' spotify ' , imgfile= ' spotify.png' , title_ml= ' profile.service.spotify' , url_format= ' //open.spotify.com/user/%s' , maxlen= 32 WHERE name= ' spotify' ;
400
- INSERT IGNORE INTO profile_services (name, userprop, imgfile, title_ml, url_format, maxlen) VALUES (' squidgeworld' , ' squidgeworld ' , ' squidgeworld.png' , ' profile.service.squidgeworld' , ' //squidgeworld.org/users/%s' , 40 );
401
- UPDATE profile_services SET userprop= ' squidgeworld ' , imgfile= ' squidgeworld.png' , title_ml= ' profile.service.squidgeworld' , url_format= ' //squidgeworld.org/users/%s' , maxlen= 40 WHERE name= ' squidgeworld' ;
396
+ INSERT IGNORE INTO profile_services (name, userprop, imgfile, title_ml, url_format, maxlen) VALUES (' steam' , NULL , ' steam.png' , ' profile.service.steam' , ' //steamcommunity.com/id/%s/' , 32 );
397
+ UPDATE profile_services SET userprop= NULL , imgfile= ' steam.png' , title_ml= ' profile.service.steam' , url_format= ' //steamcommunity.com/id/%s/' , maxlen= 32 WHERE name= ' steam' ;
398
+ INSERT IGNORE INTO profile_services (name, userprop, imgfile, title_ml, url_format, maxlen) VALUES (' spotify' , NULL , ' spotify.png' , ' profile.service.spotify' , ' //open.spotify.com/user/%s' , 32 );
399
+ UPDATE profile_services SET userprop= NULL , imgfile= ' spotify.png' , title_ml= ' profile.service.spotify' , url_format= ' //open.spotify.com/user/%s' , maxlen= 32 WHERE name= ' spotify' ;
400
+ INSERT IGNORE INTO profile_services (name, userprop, imgfile, title_ml, url_format, maxlen) VALUES (' squidgeworld' , NULL , ' squidgeworld.png' , ' profile.service.squidgeworld' , ' //squidgeworld.org/users/%s' , 40 );
401
+ UPDATE profile_services SET userprop= NULL , imgfile= ' squidgeworld.png' , title_ml= ' profile.service.squidgeworld' , url_format= ' //squidgeworld.org/users/%s' , maxlen= 40 WHERE name= ' squidgeworld' ;
0 commit comments