Updated CodeCorner3 (markdown)

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

@ -55,15 +55,10 @@ The optional file <tt>setup.inc.php</tt> in folder <tt>$app/setup</tt>?<br />
/* Dependencies for this app to work */
// if you define dependencies, you MUST meet them to get that baby on the road
$setup_info['test']['depends'][] = array(
'appname' =&gt; 'phpgwapi',
'versions' =&gt; Array('1.8','1.9'),
);
$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'),
);
$setup_info['test']['depends'][] = array(
'appname' => 'api',
'versions' => Array('16.1')
);
</pre>
<hr style="text-align: left; width: 99%;" /><br />