roundcube-nextcloud_sql_addressbook.git
12 months agoFix PHP deprecation: Passing null to parameter #2 ($string) of type string master github/master
Christian Weiske [Fri, 21 Apr 2023 20:26:16 +0000 (22:26 +0200)]
Fix PHP deprecation: Passing null to parameter #2 ($string) of type string

> PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated
> in plugins/nextcloud_sql_addressbook/nextcloud_sql_addressbook.php
> on line 128

12 months agoFix PHP warning: Trying to access array offset on value of type null
Christian Weiske [Fri, 21 Apr 2023 20:25:29 +0000 (22:25 +0200)]
Fix PHP warning: Trying to access array offset on value of type null

> PHP Warning:  Trying to access array offset on value of type null
> in plugins/nextcloud_sql_addressbook/nextcloud_sql_addressbook.php
> on line 97

12 months agoAdd $db property
Christian Weiske [Wed, 19 Apr 2023 19:05:36 +0000 (21:05 +0200)]
Add $db property

.. to prevent PHP 8 from complaining about creation of dynamic properties

5 years agoadd links
Christian Weiske [Sat, 29 Dec 2018 17:36:10 +0000 (18:36 +0100)]
add links

5 years agocomposer.json for https://plugins.roundcube.net/ v0.1.0
Christian Weiske [Sat, 29 Dec 2018 17:26:37 +0000 (18:26 +0100)]
composer.json for https://plugins.roundcube.net/

5 years agosupported versions
Christian Weiske [Sat, 29 Dec 2018 17:26:21 +0000 (18:26 +0100)]
supported versions

5 years agoImprove readme
Christian Weiske [Sat, 29 Dec 2018 17:20:43 +0000 (18:20 +0100)]
Improve readme

5 years agoInitial commit after working 5 evenings on it
Christian Weiske [Sat, 29 Dec 2018 09:28:05 +0000 (10:28 +0100)]
Initial commit after working 5 evenings on it