phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/doc index.html [Version-0_9_16-branch]


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/doc index.html [Version-0_9_16-branch]
Date: Wed, 25 Apr 2007 05:51:21 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Branch:         Version-0_9_16-branch
Changes by:     Dave Hall <skwashd>     07/04/25 05:51:21

Modified files:
        doc            : index.html 

Log message:
        update apps table example SQL

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/doc/index.html?cvsroot=phpgwapi&only_with_tag=Version-0_9_16-branch&r1=1.2.10.5&r2=1.2.10.6

Patches:
Index: index.html
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/doc/index.html,v
retrieving revision 1.2.10.5
retrieving revision 1.2.10.6
diff -u -b -r1.2.10.5 -r1.2.10.6
--- index.html  18 Dec 2005 09:12:03 -0000      1.2.10.5
+++ index.html  25 Apr 2007 05:51:20 -0000      1.2.10.6
@@ -362,8 +362,8 @@
       setup system for install and updating the final version of your
       application.</p>
 <pre>
-INSERT INTO phpgw_applications (app_name, app_title, app_enabled)
-        VALUES('appname', 'The App name', 1);
+INSERT INTO phpgw_applications (app_name, app_order, app_version, app_enabled)
+       VALUES('appname', 50, '0.0.1', 1);
 </pre>
 
       <h3><a name="tth_sEc3.5" id="tth_sEc3.5">3.5</a> Hooking into
@@ -996,8 +996,8 @@
       the <a href="http://www.gnu.org/copyleft/fdl.html"; target="_blank">GNU
       Free Documentation License</a><br />
       <b>Source:</b> $Source: /sources/phpgwapi/phpgwapi/doc/index.html,v $<br 
/>
-      <b>Version:</b> $Revision: 1.2.10.5 $<br />
-      <b>Last Modified:</b> $Date: 2005/12/18 09:12:03 $ by $Author: Caeies $
+      <b>Version:</b> $Revision: 1.2.10.6 $<br />
+      <b>Last Modified:</b> $Date: 2007/04/25 05:51:20 $ by $Author: skwashd $
     </div>
   </div>
 </body>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]