diff 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
line wrap: on
line diff
--- a/program/lib/Roundcube/rcube_plugin.php	Thu Jan 18 07:47:04 2018 -0500
+++ b/program/lib/Roundcube/rcube_plugin.php	Thu Aug 30 16:15:17 2018 -0400
@@ -297,6 +297,7 @@
      */
     public function gettext($p)
     {
+      #rcube::write_log('lab',"gtxt: $p |".$this->ID."|");
         return rcube::get_instance()->gettext($p, $this->ID);
     }