Completed
Push — development ( a1bf21...cffa7e )
by Thomas
06:32 queued 06:13
created
htdocs/util/watchlist/runwatch.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -27,6 +27,10 @@  discard block
 block discarded – undo
27 27
 }
28 28
 
29 29
 if (!function_exists('get_logtype_name')) {
30
+
31
+    /**
32
+     * @return string
33
+     */
30 34
     function get_logtype_name($logtype, $language)
31 35
     {
32 36
         return sqlValue(
@@ -504,6 +508,9 @@  discard block
 block discarded – undo
504 508
     );
505 509
 }
506 510
 
511
+/**
512
+ * @param string $watchtext
513
+ */
507 514
 function insert_recommendation($rLog, $language, $watchtext)
508 515
 {
509 516
     global $translate;
Please login to merge, or discard this patch.