[Linpha-cvs] SF.net SVN: linpha: [4613] trunk/linpha2/ChangeLog
Status: Inactive
Brought to you by:
bzrudi
From: <fan...@us...> - 2006-11-01 17:57:46
|
Revision: 4613 http://svn.sourceforge.net/linpha/?rev=4613&view=rev Author: fangehrn Date: 2006-11-01 09:57:39 -0800 (Wed, 01 Nov 2006) Log Message: ----------- * unified the use of $_GET['id'] -> never use this variable, use always $linpha->template->idCurrent Modified Paths: -------------- trunk/linpha2/ChangeLog Modified: trunk/linpha2/ChangeLog =================================================================== --- trunk/linpha2/ChangeLog 2006-11-01 17:54:09 UTC (rev 4612) +++ trunk/linpha2/ChangeLog 2006-11-01 17:57:39 UTC (rev 4613) @@ -1,5 +1,7 @@ 2006-11-01 flo * implemented linpha_log() + * unified the use of $_GET['id'] + -> never use this variable, use always $linpha->template->idCurrent 2006-10-31 flo * saving img width and height during import in database This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |