Changeset 1573
- Timestamp:
- 09/11/06 09:26:30 (2 years ago)
- Files:
-
- 1 modified
-
trunk/gregarius/util.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/util.php
r1561 r1573 627 627 * http://host.com/ -> "/" 628 628 */ 629 function getPath( ) {629 function getPath($path='') { 630 630 static $ret; 631 631 if ($ret === NULL) { … … 641 641 } 642 642 } 643 return $ret ;643 return $ret . $path; 644 644 645 645 }
