aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/event
diff options
context:
space:
mode:
authorkasimi <mail@kasimi.net>2018-07-07 16:09:29 +0200
committerkasimi <mail@kasimi.net>2018-07-07 16:09:29 +0200
commit21faf69d3123b666a19731e318e07417f45b5325 (patch)
tree04bde7aa6fb1ca24ae01e5655a92c575eee9f41b /phpBB/phpbb/event
parent0aea8ecd8314dcd33f7ed6e86f4a44ebaf27edc0 (diff)
downloadforums-21faf69d3123b666a19731e318e07417f45b5325.tar
forums-21faf69d3123b666a19731e318e07417f45b5325.tar.gz
forums-21faf69d3123b666a19731e318e07417f45b5325.tar.bz2
forums-21faf69d3123b666a19731e318e07417f45b5325.tar.xz
forums-21faf69d3123b666a19731e318e07417f45b5325.zip
[ticket/15637] Extract all lines before the first @tag
PHPBB3-15637
Diffstat (limited to 'phpBB/phpbb/event')
-rw-r--r--phpBB/phpbb/event/php_exporter.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/event/php_exporter.php b/phpBB/phpbb/event/php_exporter.php
index b798d60481..5ab0baa684 100644
--- a/phpBB/phpbb/event/php_exporter.php
+++ b/phpBB/phpbb/event/php_exporter.php
@@ -270,8 +270,8 @@ class php_exporter
{
$description_line = substr(trim($this->file_lines[$description_line_num]), strlen('* '));
- // Reached end of description if line is empty or a tag
- if (!strlen($description_line) || $description_line[0] == '@')
+ // Reached end of description if line is a tag
+ if (strlen($description_line) && $description_line[0] == '@')
{
break;
}
<i18n@redhat.com>
+
+ * po/cs.po:
+ Auto-update by milan.kerslager@spsselib.hiedu.cz
+
+2001-03-30 Bill Nottingham <notting@redhat.com>
+
+ * prefdm:
+ allow choice of desktop/displaymanager (#23315)
+
+ * ppp/ip-up:
+ only run ifup-post if the ifcfg file is there (#19741)
+
+ * ppp/ip-down:
+ export a $PATH here too (#22784)
+
+ * lang.sh: fix su errors
+ don't turn locale settings of 'C' into en_US
+
+ * lang.csh: fix su errors
+ specify full path to /sbin/consoletype (from milan.kerslager@spsselib.hiedu.cz)
+ don't turn locale settings of 'C' into en_US
+
+ * sysctl.conf, sysctl.conf.sparc:
+ ip_always_defrag goes *poof*
+
+ * sysconfig.txt:
+ ip_always_defrag goes *poof* (in the documentation)
+ honor PEERDNS=no for pump and dhcpcd too (#18619)
+ fix ARP handling, allow for setting promiscuous or all-multicast mode
+
+ * src/testd.c: add prototype
+
+ * src/process.c:
+ close extra file descriptors before exec()ing commands in initlog
+
+ * src/netreport.c: use O_NOFOLLOW
+
+ * src/minilogd.c:
+ add an alarm, so we don't wait forever for input (#23482)
+ wait another second
+ add an upper bound on how much stuff we'll keep in memory
+
+ * src/initlog.c:
+ don't close the magic file descriptor
+ fix segfaults in popt when called with bogus stuff (#28140)
+
+ * src/initlog.1: document -q
+
+2001-03-28 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/init.d/network:
+ run *all* greps in C locale
+
+2001-03-26 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog: *** empty log message ***
+
+ * initscripts.spec: 5.80-1
+
+ * rc.d/init.d/network:
+ don't error if kernel.hotplug isn't there (#33256)
+
2001-03-26 Bill Nottingham <notting@redhat.com>
* initscripts.spec: 5.80-1
diff --git a/initscripts.spec b/initscripts.spec
index a6f21091..322c60d7 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/init.d scripts.
Name: initscripts
-Version: 5.80
+Version: 5.81
Copyright: GPL
Group: System Environment/Base
Release: 1
@@ -254,6 +254,9 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Mon Apr 2 2001 Bill Nottingham <notting@redhat.com>
+- fix segfault in usernetctl (#34353)
+
* Mon Mar 26 2001 Bill Nottingham <notting@redhat.com>
- don't print errors in /etc/init.d/network if kernel.hotplug doesn't exist