Changeset 615
- Timestamp:
- 03/28/06 17:17:59 (2 years ago)
- Files:
-
- trunk/src/lib/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/lib/functions.php
r611 r615 98 98 function bloginput(){ 99 99 global $blogdata; 100 return "<input type=\"hidden\" name=\"b\" value=\"$blogdata-> id\" />";100 return "<input type=\"hidden\" name=\"b\" value=\"$blogdata->slug\" />"; 101 101 } 102 102
