SOURCES: bad-behavior-syntax.patch (NEW) - undefined constant warning

glen glen at pld-linux.org
Mon Jul 10 14:59:50 CEST 2006


Author: glen                         Date: Mon Jul 10 12:59:49 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- undefined constant warning

---- Files affected:
SOURCES:
   bad-behavior-syntax.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/bad-behavior-syntax.patch
diff -u /dev/null SOURCES/bad-behavior-syntax.patch:1.1
--- /dev/null	Mon Jul 10 14:59:49 2006
+++ SOURCES/bad-behavior-syntax.patch	Mon Jul 10 14:59:44 2006
@@ -0,0 +1,11 @@
+--- bad-behavior/bad-behavior-core.php~	2005-12-02 18:48:13.000000000 +0200
++++ bad-behavior/bad-behavior-core.php	2006-07-10 15:58:20.692823726 +0300
+@@ -5,7 +5,7 @@
+ 
+ // die("Do NOT check Bad Behavior out of svn! Install the <a href=\"http://www.ioerror.us/software/bad-behavior/\">current version</a>.");
+ 
+-define(WP_BB_VERSION, "1.2.4");
++define('WP_BB_VERSION', "1.2.4");
+ 
+ require_once(WP_BB_CWD . "/bad-behavior-functions.php");
+ 
================================================================


More information about the pld-cvs-commit mailing list