cvs: smarty /docs/en getting-started.xml
[email protected] ("Messju Mohr") Sun, 24 Jun 2007 08:27:01 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvsmessju1182673621@cvsserver> |
messju Sun Jun 24 08:27:01 2007 UTC
Modified files:
/smarty/docs/en getting-started.xml
Log:
fixed link to ini_set(). thanks to Lee Yunyoung.
http://cvs.php.net/viewvc.cgi/smarty/docs/en/getting-started.xml?r1=1.19&r2=1.20&diff_format=u
Index: smarty/docs/en/getting-started.xml
diff -u smarty/docs/en/getting-started.xml:1.19 smarty/docs/en/getting-started.xml:1.20
--- smarty/docs/en/getting-started.xml:1.19 Sat Dec 2 22:19:21 2006
+++ smarty/docs/en/getting-started.xml Sun Jun 24 08:27:01 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
<part id="getting.started">
<title>Getting Started</title>
@@ -332,7 +332,7 @@
<example>
<title>Appending the include path in a php script with
- <literal><ulink url="&url.e-accel;">ini_set()</ulink></literal></title>
+ <literal><ulink url="&url.php-manual;ini-set">ini_set()</ulink></literal></title>
<programlisting role="php">
<![CDATA[
<?php