mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix #42924
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244046 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
653424c9e7
commit
7277a81f4e
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- Purpose: xml -->
|
||||
<!-- Membership: pecl -->
|
||||
<!-- State: experimental -->
|
||||
|
@ -294,7 +294,7 @@ class ConvertedStockQuote {
|
|||
|
||||
// any includes
|
||||
|
||||
include "SCA/SCA.php
|
||||
include "SCA/SCA.php";
|
||||
|
||||
/**
|
||||
* @service
|
||||
|
@ -1029,7 +1029,7 @@ location="http://localhost/ConvertedStockQuote/ConvertedStockQuote.php"/>
|
|||
<![CDATA[
|
||||
<?php
|
||||
|
||||
include 'SCA/SCA.php';
|
||||
include "SCA/SCA.php";
|
||||
|
||||
/**
|
||||
* Manage the portfolio for a customer.
|
||||
|
|
Loading…
Reference in a new issue