[Owp-cvs] owp/inc/classes twebobject.class,1.3,1.4
Status: Inactive
Brought to you by:
scader
From: <owp...@li...> - 2006-04-25 22:25:23
|
Update of /cvsroot/owp/owp/inc/classes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7311/classes Modified Files: twebobject.class Log Message: fixed a bug: forgotten the constant in the last revision Index: twebobject.class =================================================================== RCS file: /cvsroot/owp/owp/inc/classes/twebobject.class,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** twebobject.class 20 Apr 2006 01:48:36 -0000 1.3 --- twebobject.class 25 Apr 2006 22:25:13 -0000 1.4 *************** *** 31,34 **** --- 31,37 ---- */ + /**Name of handler used by the smarty compiler to get html*/ + @ define('owp_handlers_get_html','_get_html'); + class twebobject{ /**owner of this object |