]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/EmailReminder/classes/Email_reminder.php
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
[quix0rs-gnu-social.git] / plugins / EmailReminder / classes / Email_reminder.php
index 58dc2e14609577cbbea5ef36bfb69f6c44b4b2ae..29af05a9150c225ca525eca37fdd483dacc3a48b 100644 (file)
@@ -46,7 +46,6 @@ class Email_reminder extends Managed_DataObject
      * @param mixed  $v Value to lookup
      *
      * @return QnA_Answer object found, or null for no hits
-     *
      */
     function staticGet($k, $v=null)
     {
@@ -100,6 +99,7 @@ class Email_reminder extends Managed_DataObject
         if (empty($result)) {
             common_log_db_error($reminder, 'INSERT', __FILE__);
                 throw new ServerException(
+                    // TRANS: Server exception thrown when a reminder record could not be inserted into the database.
                     _m('Database error inserting reminder record.')
             );
         }