Update of /cvsroot/phpwiki/phpwiki/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21029
Modified Files:
stdlib.php
Log Message:
start 2nd Id with ...Plugin2
Index: stdlib.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/stdlib.php,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -2 -b -p -d -r1.201 -r1.202
--- stdlib.php 14 Sep 2004 10:06:42 -0000 1.201
+++ stdlib.php 14 Sep 2004 10:11:44 -0000 1.202
@@ -1634,5 +1634,5 @@ function GenerateId($name) {
static $ids = array();
if (empty($ids[$name])) {
- $ids[$name] = 0;
+ $ids[$name] = 1;
return $name;
} else {
@@ -1645,4 +1645,7 @@ function GenerateId($name) {
// $Log$
+// Revision 1.202 2004/09/14 10:11:44 rurban
+// start 2nd Id with ...Plugin2
+//
// Revision 1.201 2004/09/14 10:06:42 rurban
// generate iterated plugin ids, set plugin span id also
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
|
|