mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:27 +01:00
Updated CodeCorner3 (markdown)
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 */
|
/* 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' => 'phpgwapi',
|
'appname' => 'api',
|
||||||
'versions' => 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' => 'etemplate',
|
|
||||||
'versions' => 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 />
|
||||||
|
Loading…
Reference in New Issue
Block a user