Skip to content

Commit

Permalink
* Spacinazi. (birthday, calendar, facebook)
Browse files Browse the repository at this point in the history
Signed-off-by: Nao <nao@wedge>
  • Loading branch information
Nao committed Apr 10, 2014
1 parent b66bfda commit f424b87
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion birthday/Birthday-Admin.german.php
Expand Up @@ -22,6 +22,6 @@
$txt['birthday_body'] = 'Email Nachricht';
$txt['birthday_subject'] = 'Email Betreff';

$helptxt['birthday_email'] = 'Wähle einen Index aus, den das Geburtstags-Plugin verwenden soll. Eine Vorschau wird im Betreff und im Nachrichtenfeld sichtbar..<br><strong>Beachte:</strong> Damit diese Funktion ausgeführt werden kann, muss die geplante Aufgabe für Geburtstage aktiviert sein. Diese Aufgabe sollte eigentlich direkt nach der Installation aktiviert sein. Du kannst die Funktion gerne durch einen Klick auf die <a href="<URL>?action=admin;area=scheduledtasks" target="_blank" class="new_win">Geplanten Aufgaben</a> überprüfen.';
$helptxt['birthday_email'] = 'Wähle einen Index aus, den das Geburtstags-Plugin verwenden soll. Eine Vorschau wird im Betreff und im Nachrichtenfeld sichtbar..<br><strong>Beachte:</strong> Damit diese Funktion ausgeführt werden kann, muss die geplante Aufgabe für Geburtstage aktiviert sein. Diese Aufgabe sollte eigentlich direkt nach der Installation aktiviert sein. Du kannst die Funktion gerne durch einen Klick auf die <a href="<URL>?action=admin;area=scheduledtasks" target="_blank" class="new_win">Geplanten Aufgaben</a> überprüfen.';

?>
2 changes: 1 addition & 1 deletion birthday/Birthday-Main.php
Expand Up @@ -70,7 +70,7 @@ function getBirthdayRange($low_date, $high_date)
$year_low = (int) substr($low_date, 0, 4);
$year_high = (int) substr($high_date, 0, 4);

// Collect all of the birthdays for this month. I know, it's a painful query.
// Collect all of the birthdays for this month. I know, it's a painful query.
$result = wesql::query('
SELECT id_member, real_name, YEAR(birthdate) AS birth_year, birthdate
FROM {db_prefix}members
Expand Down
2 changes: 1 addition & 1 deletion calendar/Calendar.php
Expand Up @@ -13,7 +13,7 @@
if (!defined('WEDGE'))
die('Hacking attempt...');

/* This file has only one real task... showing the calendar. Posting is done
/* This file has only one real task... showing the calendar. Posting is done
in Post.php - this just has the following functions:
void CalendarMain()
Expand Down
6 changes: 3 additions & 3 deletions calendar/Subs-Calendar.php
Expand Up @@ -323,13 +323,13 @@ function canLinkEvent()
// If you can't post, you can't link.
isAllowedTo('calendar_post');

// No board? No topic?!?
// No board? No topic?!?
if (empty($board))
fatal_lang_error('missing_board_id', false);
if (empty($topic))
fatal_lang_error('missing_topic_id', false);

// Administrator, Moderator, or owner. Period.
// Administrator, Moderator, or owner. Period.
if (!allowedTo('admin_forum') && !allowedTo('moderate_board'))
{
// Not admin or a moderator of this board. You better be the owner - or else.
Expand Down Expand Up @@ -768,7 +768,7 @@ function validateEventPost()

if (!isset($_POST['deleteevent']))
{
// No month? No year?
// No month? No year?
if (!isset($_POST['month']))
fatal_lang_error('event_month_missing', false);
if (!isset($_POST['year']))
Expand Down
2 changes: 1 addition & 1 deletion facebook/facebook.php
Expand Up @@ -47,7 +47,7 @@ public function __construct($config) {

/**
* Provides the implementations of the inherited abstract
* methods. The implementation uses PHP sessions to maintain
* methods. The implementation uses PHP sessions to maintain
* a store for authorization codes, user ids, CSRF states, and
* access tokens.
*/
Expand Down

0 comments on commit f424b87

Please sign in to comment.