mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
"Removing unneeded :"
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6328 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
92fedc4f76
commit
06175843a1
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ class CakeSchema extends Object {
|
|||
|
||||
|
||||
$File =& new File($path . DS . $file, true);
|
||||
$header = '$Id' . ':';
|
||||
$header = '$Id';
|
||||
$content = "<?php \n/* SVN FILE: $header$ */\n/* ". $name ." schema generated on: " . date('Y-m-d H:m:s') . " : ". time() . "*/\n{$out}?>";
|
||||
$content = $File->prepare($content);
|
||||
if ($File->write($content)) {
|
||||
|
|
Loading…
Reference in a new issue