[phpWebApp-commits] CVS: web_app class.WebApp.php,1.2,1.3 makedoc.sh,1.1.1.1,1.2
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-06-17 14:31:10
|
Update of /cvsroot/phpwebapp/web_app In directory sc8-pr-cvs1:/tmp/cvs-serv11400 Modified Files: class.WebApp.php makedoc.sh Log Message: Index: class.WebApp.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/class.WebApp.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** class.WebApp.php 23 Feb 2003 14:20:30 -0000 1.2 --- class.WebApp.php 17 Jun 2003 14:31:05 -0000 1.3 *************** *** 307,311 **** function replaceVars($line) { ! while ( ereg("\{\{([^#][^{}]*[^#])\}\}", $line, $regs) ) { $str2replace = $regs[0]; --- 307,311 ---- function replaceVars($line) { ! while ( ereg("\{\{([^#{][^{}]*[^#}])\}\}", $line, $regs) ) { $str2replace = $regs[0]; Index: makedoc.sh =================================================================== RCS file: /cvsroot/phpwebapp/web_app/makedoc.sh,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** makedoc.sh 21 Feb 2003 08:15:03 -0000 1.1.1.1 --- makedoc.sh 17 Jun 2003 14:31:05 -0000 1.2 *************** *** 1,4 **** #!/bin/bash - # $Id$ #/** --- 1,3 ---- |