Updated CodeCorner3 (markdown)

leithoff 2016-07-07 16:10:26 +02:00
parent aaf9dea4ad
commit 7a72bb0290

@ -56,14 +56,9 @@ The optional file <tt>setup.inc.php</tt> in folder <tt>$app/setup</tt>?<br />
/* Dependencies for this app to work */ /* Dependencies for this app to work */
// if you define dependencies, you MUST meet them to get that baby on the road // if you define dependencies, you MUST meet them to get that baby on the road
$setup_info['test']['depends'][] = array( $setup_info['test']['depends'][] = array(
'appname' =&gt; 'phpgwapi', 'appname' => 'api',
'versions' =&gt; Array('1.8','1.9'), 'versions' => Array('16.1')
); );
$setup_info['test']['depends'][] = array( // this is only necessary as long the etemplate-class is not in the api
'appname' =&gt; 'etemplate',
'versions' =&gt; Array('1.6','1.8','1.9'),
);
</pre> </pre>
<hr style="text-align: left; width: 99%;" /><br /> <hr style="text-align: left; width: 99%;" /><br />