- Timestamp:
- 10/01/08 21:02:13 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/php/misc/Hermit/src/Hermit/parameter/HermitSqlParameter.php
r18954 r20387 6 6 abstract class HermitSqlParameter { 7 7 public function match($matches){ 8 if(count($matches) < 4){ 9 throw new RuntimeException('sql comment was fail: ' . join(',', $matches)); 10 } 8 11 return $this->replace($matches[1], $matches[2], $matches[3]); 9 12 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)