Mercurial > hg > rc2
comparison program/lib/Roundcube/rcube_plugin.php @ 5:3a5f959af5ae
debugging aids, all commented out
author | Charlie Root |
---|---|
date | Thu, 30 Aug 2018 16:15:17 -0400 |
parents | 4681f974d28b |
children |
comparison
equal
deleted
inserted
replaced
4:1ab920879b88 | 5:3a5f959af5ae |
---|---|
295 * @return string Localized text | 295 * @return string Localized text |
296 * @see rcube::gettext() | 296 * @see rcube::gettext() |
297 */ | 297 */ |
298 public function gettext($p) | 298 public function gettext($p) |
299 { | 299 { |
300 #rcube::write_log('lab',"gtxt: $p |".$this->ID."|"); | |
300 return rcube::get_instance()->gettext($p, $this->ID); | 301 return rcube::get_instance()->gettext($p, $this->ID); |
301 } | 302 } |
302 | 303 |
303 /** | 304 /** |
304 * Register this plugin to be responsible for a specific task | 305 * Register this plugin to be responsible for a specific task |