[limb-svn] r5993 - 3.x/trunk/limb/core
svn at limb-project.com
svn at limb-project.com
Thu Jun 14 15:53:29 MSD 2007
Author: pachanga
Date: 2007-06-14 15:53:29 +0400 (Thu, 14 Jun 2007)
New Revision: 5993
URL: http://fisheye.limb-project.com/changelog/limb/?cs=5993
Modified:
3.x/trunk/limb/core/common.inc.php
Log:
-- some comments added
Modified: 3.x/trunk/limb/core/common.inc.php
===================================================================
--- 3.x/trunk/limb/core/common.inc.php 2007-06-14 11:46:30 UTC (rev 5992)
+++ 3.x/trunk/limb/core/common.inc.php 2007-06-14 11:53:29 UTC (rev 5993)
@@ -57,7 +57,7 @@
if(!$path)
return false;
- //very trivial check, more comprehensive required?
+ //very trivial check, is more comprehensive required?
return (($path{0} == '/' || $path{0} == '\\') ||
(strlen($path) > 2 && $path{1} == ':'));
}
@@ -152,6 +152,7 @@
$item = $items[$i];
if($item)
{
+ //we don't ucfirst first word by default
$res .= ($first && !$ucfirst ? $item : ucfirst($item));
$first = false;
//skipping next "_" if it's not last
More information about the limb-svn
mailing list