[dev] [commit] r1047 - tools

automailer at dexonline.ro automailer at dexonline.ro
Sun Jan 5 17:22:06 EET 2014


Author: cata
Date: Sun Jan  5 17:22:06 2014
New Revision: 1047

Log:
Add WotD descriptions to the WotD nag email.

Modified:
   tools/checkWotd.php

Modified: tools/checkWotd.php
==============================================================================
--- tools/checkWotd.php	Fri Jan  3 16:53:05 2014	(r1046)
+++ tools/checkWotd.php	Sun Jan  5 17:22:06 2014	(r1047)
@@ -76,7 +76,7 @@
       $wotds[0]->save();
       addInfo($date, "Am asociat definiția '{$def->lexicon}' cu imaginea {$assignedImage}");
     } else {
-      addError($date, sprintf("Definiția '%s' nu are o imagine asociată", $def->lexicon));
+      addError($date, sprintf("Definiția '%s' nu are o imagine asociată (motivul alegerii: %s)", $def->lexicon, $wotds[0]->description));
       continue;
     }
   }


More information about the Dev mailing list