Updates Google+ networking (img + link formatting).
authorThomas Minvielle <thomas.minvielle@polytechnique.org>
Wed, 18 Jun 2014 19:24:12 +0000 (21:24 +0200)
committerThomas Minvielle <thomas.minvielle@polytechnique.org>
Sat, 21 Jun 2014 12:38:04 +0000 (14:38 +0200)
htdocs/images/networking/googleplus.png [new file with mode: 0644]
upgrade/1.1.13/03_updateGplusnetworking.sql [new file with mode: 0644]

diff --git a/htdocs/images/networking/googleplus.png b/htdocs/images/networking/googleplus.png
new file mode 100644 (file)
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 (file)
index 0000000..ed9c746
--- /dev/null
@@ -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;