]> git.pld-linux.org Git - packages/eventum.git/blame - eventum-scm-quick-out.patch
- bugfixes
[packages/eventum.git] / eventum-scm-quick-out.patch
CommitLineData
71ce04b9
ER
1--- eventum-1.7.1/scm_ping.php~ 2006-06-19 17:42:09.926721975 +0300
2+++ eventum-1.7.1/scm_ping.php 2006-06-19 17:44:06.729328243 +0300
3@@ -26,7 +26,14 @@
4 // +----------------------------------------------------------------------+
5 //
6 // @(#) $Id$
7-//
8+
9+// shortcut to exit out when no issue id-s are passed in request
10+// as this script is always called by CVS but we handle only ones which can be
11+// associated with issues.
f29668dd 12+if (empty($_GET['issue'])) {
71ce04b9
ER
13+ exit;
14+}
15+
16 include_once("config.inc.php");
17 include_once(APP_INC_PATH . "class.misc.php");
18 include_once(APP_INC_PATH . "class.scm.php");
This page took 0.030036 seconds and 4 git commands to generate.