diff --git a/includes/class.semmelstatzR.php b/includes/class.semmelstatzR.php index e25eda0..60f18b3 100644 --- a/includes/class.semmelstatzR.php +++ b/includes/class.semmelstatzR.php @@ -4,7 +4,7 @@ * * @package SemmelstatzR * @version $Rev$ - * @since 2011/11/07 v 1.0.0 Beta + * @since 1.0.0 Beta * @author SEM-Team * @copyright (c)2011 SEM-Team * @link http://sourceforge.net/projects/semmelstatz/ diff --git a/includes/functions.semr.php b/includes/functions.semr.php index 8e4347d..2f4893c 100644 --- a/includes/functions.semr.php +++ b/includes/functions.semr.php @@ -1,6 +1,31 @@ . + * + * $Id$ + * + */ ### Encodierung der IP-Adresse durch simple arithmetische Operation function sem_encodeIP($ip) { $ip_parts = split("[.]", $ip); diff --git a/includes/functions.semr_template.php b/includes/functions.semr_template.php index ff5f77a..e473d05 100644 --- a/includes/functions.semr_template.php +++ b/includes/functions.semr_template.php @@ -1,6 +1,31 @@ . + * + * $Id$ + * + */ ### Zeigt die letzten $num_posts-Posts an: Titel und absolutes Datum - CSS-id: #lastposts function sem_showLastPosts($num_posts = 10) { global $wpdb;