• R/O
  • HTTP
  • SSH
  • HTTPS

nucleus-jp-ancient: Commit

Nucleus CMS日本語版SVNをgit-svnしたもの。リポジトリの変換作業用


Commit MetaInfo

Revision822bdcc1926b324708ef790b0611b5089333a36c (tree)
Zeit2009-03-23 01:21:41
Autorshizuki <shizuki@1ca2...>
Commitershizuki

Log Message

BUG fix parseHighlight() method in globalfunctions.php

git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk/utf8@991 1ca29b6e-896d-4ea0-84a5-967f57386b96

Ändern Zusammenfassung

Diff

--- a/nucleus/libs/globalfunctions.php
+++ b/nucleus/libs/globalfunctions.php
@@ -704,7 +704,7 @@ function parseHighlight($query) {
704704 // get rid of quotes
705705 $query = preg_replace('/\'|"/', '', $query);
706706
707- if (!query) {
707+ if (!$query) {
708708 return array();
709709 }
710710
Show on old repository browser