Mercurial > hg > rc2
comparison program/lib/Roundcube/rcube_plugin.php @ 17:dd5ed6ef69c9
Slowly cleaning up more php8 Warnings/deprecations
| author | Charlie Root |
|---|---|
| date | Mon, 06 Oct 2025 12:20:32 -0400 |
| parents | 3a5f959af5ae |
| children | b6a96bdd6b29 |
comparison
equal
deleted
inserted
replaced
| 16:1866b439e6d3 | 17:dd5ed6ef69c9 |
|---|---|
| 202 $domain = $this->ID; | 202 $domain = $this->ID; |
| 203 $lang = $_SESSION['language']; | 203 $lang = $_SESSION['language']; |
| 204 $langs = array_unique(array('en_US', $lang)); | 204 $langs = array_unique(array('en_US', $lang)); |
| 205 $locdir = slashify(realpath(slashify($this->home) . $dir)); | 205 $locdir = slashify(realpath(slashify($this->home) . $dir)); |
| 206 $texts = array(); | 206 $texts = array(); |
| 207 $messages = null; | |
| 207 | 208 |
| 208 // Language aliases used to find localization in similar lang, see below | 209 // Language aliases used to find localization in similar lang, see below |
| 209 $aliases = array( | 210 $aliases = array( |
| 210 'de_CH' => 'de_DE', | 211 'de_CH' => 'de_DE', |
| 211 'es_AR' => 'es_ES', | 212 'es_AR' => 'es_ES', |
