Commit 41ed454ff8a7f457f698c1d7273128011db5ec26

Authored by conradverm
1 parent 255f6e29

KTS-1694

"SOAP Webservice Implementation"
Updated. Fixed php documentor @static

Reviewed By: Kevin Fourie

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6503 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 2 additions and 1 deletions
ktwebservice/webservice.php
... ... @@ -1997,7 +1997,8 @@ class KTWebService
1997 1997 /**
1998 1998 * This runs the web service
1999 1999 *
2000   - * @access static
  2000 + * @static
  2001 + * @access public
2001 2002 */
2002 2003 function run()
2003 2004 {
... ...