From: Thomas Minvielle Date: Wed, 18 Jun 2014 19:24:12 +0000 (+0200) Subject: Updates Google+ networking (img + link formatting). X-Git-Tag: xorg/1.1.13~7 X-Git-Url: http://git.polytechnique.org/?p=platal.git;a=commitdiff_plain;h=55cd155c12bfd6b8e3755a432e8eeaa5c4edc5cd Updates Google+ networking (img + link formatting). --- diff --git a/htdocs/images/networking/googleplus.png b/htdocs/images/networking/googleplus.png new file mode 100644 index 0000000..9c9d3f2 Binary files /dev/null and b/htdocs/images/networking/googleplus.png differ diff --git a/upgrade/1.1.13/03_updateGplusnetworking.sql b/upgrade/1.1.13/03_updateGplusnetworking.sql new file mode 100644 index 0000000..ed9c746 --- /dev/null +++ b/upgrade/1.1.13/03_updateGplusnetworking.sql @@ -0,0 +1,3 @@ +UPDATE profile_networking_enum +SET icon="googleplus.png", filter='none', link = 'https://plus.google.com/u/0/%s' +WHERE nwid=9;