Code Duplication    Length = 2-3 lines in 2 locations

main/inc/lib/blog.lib.php 1 location

@@ 2384-2385 (lines=2) @@
2381
2382
		echo "<tr>\n";
2383
2384
		for($ii = 1; $ii < 8; $ii ++)
2385
			echo "<td class=\"weekdays\">", $DaysShort[$ii % 7], "</td>";
2386
2387
		echo "</tr>";
2388

main/inc/lib/agenda.lib.php 1 location

@@ 3157-3159 (lines=3) @@
3154
        echo '</tr>';
3155
3156
        echo '<tr>';
3157
        for ($ii = 1; $ii < 8; $ii ++) {
3158
            echo '<td class="weekdays">'.$DaysShort[$ii % 7].'</td>';
3159
        }
3160
        echo '</tr>';
3161
3162
        $curday = -1;